Send a dos packet and wait for reply
Source position: amigados.pas line 1607
function DoPkt( |
port: pMsgPort; |
action: LongInt; |
arg1: LongInt; |
arg2: LongInt; |
arg3: LongInt; |
arg4: LongInt; |
arg5: LongInt |
):LongInt; |
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.
|
Creates a dos object |
|
|
Frees an object allocated by AllocDosObject() |
|
|
Sends a packet to a handler |
|
|
Waits for a packet to arrive at your pr_MsgPort |
|
|
Create a new process from taglist |
|
|
Aborts an asynchronous packet, if possible. |