Source position: amigados.pas line 1883
type tNotifyRequest = record |
||
nr_Name: PChar; |
|
|
nr_FullName: PChar; |
|
|
nr_UserData: LongWord; |
|
|
nr_Flags: LongWord; |
|
Flags for Notify Requesr (NRF_*) |
nr_stuff: record |
|
|
case SmallInt of |
||
0: ( |
||
nr_Msg: record |
|
|
nr_Port: PMsgPort; |
|
|
nr_MsgPad: array [0..3] of Byte; |
||
end; |
||
); |
||
1: ( |
||
nr_Signal: record |
|
|
nr_Task: PTask; |
|
|
nr_SignalNum: Byte; |
|
|
nr_SigPad: array [0..2] of Byte; |
||
end; |
||
); |
||
0: ( |
||
nr_CallHook: record |
||
nr_Hook: PHook; |
||
nr_HookPad: array [0..3] of Byte; |
||
end; |
||
); |
||
end; |
||
nr_Reserved: array [0..1] of LongWord; |
|
|
nr_DosPrivate: LongWord; |
||
nr_FSPrivate: Pointer; |
||
nr_MsgCount: LongWord; |
|
|
nr_Handler: PMsgPort; |
|
|
nr_Expansion: array [0..3] of LongWord; |
||
end; |