Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

MaxCli

Returns the highest CLI process number possibly in use

Declaration

Source position: amigados.pas line 1680

function MaxCli: LongWord;

Function result

The highest CLI number that may be in use.

Description

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.

See also

FindCliProc

  

Returns a pointer to the requested CLI process

Cli

  

Returns a pointer to the CLI structure of the process


Documentation generated on: 2021-07-30