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

TDosPacket64

Declaration

Source position: amigados.pas line 1012

type TDosPacket64 = record

  dp_Link: PMessage;

  dp_Port: PMsgPort;

  case SmallInt of

    0: (

        dp_Action: LongInt;

        dp_pad: LongInt;

        dp_Status2: LongInt;

        dp_Status: Int64;

        dp_BufAddr: LongInt;

      );

    1: (

        dp_Type: LongInt;

        dp_Res0: LongInt;

        dp_Res2: LongInt;

        dp_Res1: Int64;

        dp_Arg1: LongInt;

        dp_Arg2: Int64;

        dp_Arg3: LongInt;

        dp_Arg4: LongInt;

        dp_Arg5: Int64;

      );

end;


Documentation generated on: 2021-07-30