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

DoPkt

Send a dos packet and wait for reply

Declaration

Source position: amigados.pas line 2283

function DoPkt(

  Port: PMsgPort;

  Action: LongInt;

  Arg1: LongInt;

  Arg2: LongInt;

  Arg3: LongInt;

  Arg4: LongInt;

  Arg5: LongInt

):LongInt;

Description

Send a dos packet to a filesystem and wait for the action to complete. Callable from a task. This function should NOT be used; it's only here for AmigaOS compatibility.

See also

AllocDosObject

  

Creates a dos object

FreeDosObject

  

Frees an object allocated by AllocDosObject()

SendPkt

  

Sends a packet to a handler

WaitPkt

  

Waits for a packet to arrive at your pr_MsgPort

CreateNewProc

  

Create a new process from taglist

AbortPkt

  

Aborts an asynchronous packet, if possible.


Documentation generated on: 2017-01-10