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

DoPkt

Send a dos packet and wait for reply

Declaration

Source position: amigados.pas line 1607

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: 2021-07-30