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

TResident

Declaration

Source position: exec.pas line 456

type TResident = record

  rt_MatchWord: Word;

  

smallint to match on RTC_MATCHWORD

  rt_MatchTag: PResident;

  

pointer to the above

  rt_EndSkip: APTR;

  

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: CONST_STRPTR;

  

pointer to node name

  rt_IdString: CONST_STRPTR;

  

pointer to ident string

  rt_Init: APTR;

  

pointer to init code

  rt_Revision: Word;

  rt_Tags: PTagItem;

end;

Description

FindResidentInitResident


Documentation generated on: 2017-01-10