[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

FindResident

Find a resident module by name

Declaration

Source position: exec.pas line 1224

function FindResident(

  const Name: PChar

):PResident;

Arguments

Name

  

Name of the resident to find

Function result

A pointer to the resident tag structure or nil if none found.

Description

Search the system resident tag list for a resident tag ("ROMTag") with the given name. If found return a pointer to the resident tag structure, else return nil.

Resident modules are used by the system to pull all its parts together at startup. Resident tags are also found in disk based devices and libraries.

See also

InitResident

  

Initialize resident module


Documentation generated on: 2017-01-10