Source position: amigados.pas line 1536
type TNotifyRequest = packed record |
||
nr_Name: PChar; |
|
|
nr_FullName: PChar; |
|
|
nr_UserData: LongWord; |
|
|
nr_Flags: LongWord; |
|
Flags for Notify Requesr (NRF_*) |
nr_stuff: record |
|
|
case Byte of |
||
0: ( |
||
nr_Msg: record |
|
|
nr_Port: PMsgPort; |
|
|
end; |
||
); |
||
1: ( |
||
nr_Signal: record |
|
|
nr_Task: PTask; |
|
|
nr_SignalNum: Byte; |
|
|
nr_pad: array [0..2] of Byte; |
|
|
end; |
||
); |
||
end; |
||
nr_Reserved: array [0..3] of LongWord; |
|
|
nr_MsgCount: LongWord; |
|
|
nr_Handler: PMsgPort; |
|
|
end; |