cli_ptr = Cli()
D0
struct CommandLineInterface *Cli(void)
Returns a pointer to the CLI structure of the current Process, or NULL if the Process has no CLI structure.
The CommandLineInterface structure is defined in the <dos/dosextens.h> header file.
Manipulating or reading members of the struct CommandLineInterface structure is discouraged: Use the appropriate interface functions!
Also, the shell may have additional parameters or functions which are not accessible through this structure, but only through
DoShellMethod().