Docs » Autodocs » dos.library » MaxCli
 	MaxCli -- returns the highest CLI process number possibly in use (V36)
  	number = MaxCli() 	D0 	LONG MaxCli(void)
  	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.
  	number - The highest CLI number that _may_ be in use.
  FindCliProc(), Cli()
 |