[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TDosPacket

This is the extension to EXEC Messages used by DOS

Declaration

Source position: amigados.pas line 646

type TDosPacket = record

  dp_Link: PMessage;

  

Exec Message

  dp_Port: PMsgPort;

  

Reply port for the packet. Must be filled in each send.

  case SmallInt of

    0: (

        dp_Action: LongInt;

  

        dp_Status: LongInt;

  

        dp_Status2: LongInt;

  

        dp_BufAddr: LongInt;

  

      );

    1: (

        dp_Type: LongInt;

  

Type of access =Ord('W') write = Ord('R') read (ACTION_*)

        dp_Res1: LongInt;

  

        dp_Res2: LongInt;

  

        dp_Arg1: LongInt;

  

        dp_Arg2: LongInt;

  

        dp_Arg3: LongInt;

  

        dp_Arg4: LongInt;

  

        dp_Arg5: LongInt;

  

        dp_Arg6: LongInt;

  

        dp_Arg7: LongInt;

  

      );

end;


Documentation generated on: 2017-01-10