Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#aros]

TNotifyRequest

Declaration

Source position: amigados.pas line 1161

type TNotifyRequest = record

  nr_Name: PChar;

  

  nr_FullName: PChar;

  

  nr_UserData: NativeUInt;

  

  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;


Documentation generated on: 2021-07-30