Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 573 Bytes

File metadata and controls

27 lines (17 loc) · 573 Bytes

NAME

MaxCli -- returns the highest CLI process number possibly in use (V36)

SYNOPSIS

    number = MaxCli()
    D0

    LONG MaxCli(void)

FUNCTION

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.

RESULT number - The highest CLI number that may be in use.

SEE ALSO

FindCliProc, Cli