Returns the highest CLI process number possibly in use
Source position: amigados.pas line 1680
function MaxCli: LongWord; |
The highest CLI number that may be in use.
Returns the highest CLI number that may be in use. CLI numbers are reused, and are usually as small as possible. To find all CLIs, scan using FindCliProc() from 1 to MaxCLI(). The number returned by MaxCli() may change as processes are created and destroyed.
|
Returns a pointer to the requested CLI process |
|
|
Returns a pointer to the CLI structure of the process |