Send a dos packet and wait for reply
Source position: amigados.pas line 2467
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 |