Source position: exec.pas line 525
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; |