Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TResident

Declaration

Source position: exec.pas line 461

type TResident = record

  rt_MatchWord: Word;

  

smallint to match on RTC_MATCHWORD

  rt_MatchTag: PResident;

  

pointer to the above

  rt_EndSkip: Pointer;

  

address to continue scan

  rt_Flags: Byte;

  

various tag flags (RTF_*)

  rt_Version: Byte;

  

release version number

  rt_Type: Byte;

  

type of module (NT_mumble)

  rt_Pri: ShortInt;

  

initialization priority

  rt_Name: PChar;

  

pointer to node name

  rt_IdString: PChar;

  

pointer to ident string

  rt_Init: Pointer;

  

pointer to init code

end;

Description

FindResidentInitResident


Documentation generated on: 2021-07-30