Source position: amigados.pas line 1236
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; |
|
|
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; |