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

tNotifyRequest

Declaration

Source position: amigados.pas line 1236

type tNotifyRequest = record

  nr_Name: pchar;

  nr_FullName: pchar;

  nr_UserData: ULONG;

  nr_Flags: ULONG;

  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 ULONG;

  nr_MsgCount: ULONG;

  nr_Handler: pMsgPort;

end;


Documentation generated on: 2023-03-18