Initialize resident module
Source position: exec.pas line 1247
function InitResident( |
const resident_: pResident; |
segList: LongWord |
):POINTER; |
resident_ |
|
Pointer to a ROMTag |
segList |
|
SegList of the loaded object, if loaded from disk. Libraries and Devices will cache this value for later return at close or expunge time. Pass nil for ROM modules. |
Return value from the init code, usually the library or device base. Nil for failure.
Initialize a ROMTag. ROMTags are used to link system modules together. Each disk based device or library must contain a ROMTag structure in the first code hunk.