Returns a pointer to the requested CLI process
Source position: amigados.pas line 1639
function FindCliProc( |
num: LongWord |
):pProcess; |
num |
|
Task number of CLI process (range 1-N) |
Pointer to given CLI process
This routine returns a pointer to the CLI process associated with the given CLI number. If the process isn't an active CLI process, nil is returned. NOTE: should normally be called inside a Forbid(), if you must use this function at all.
|
Returns a pointer to the CLI structure of the process |
|
|
Returns the highest CLI process number possibly in use |
|
|
Forbid task scheduling. |