(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
struct Process * FindCliProc (num)
LOCATION
In DOSBase at offset 91
SYNOPSIS
ULONG num
FUNCTION
Find a CLI process by its task number. The number must be greater than 0.
INPUTS
num
The task number of the CLI to find.
RESULT
Pointer to the process if found, NULL otherwise.
EXAMPLE
SEE ALSO
Cli(), Forbid(), MaxCli()
NOTES
Please don't use this function. If you use it, be sure to call Forbid() first.
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
05.11.1997 turrican
Documentation added
04.11.1997 turrican
Bug fixes
22.09.1997 turrican
Implemented.
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column