Home  /  Autodocs  /  dos.library

NAME

Cli
Returns a pointer to the CLI structure of the Process (V36)

SYNOPSIS

cli_ptr = Cli()
D0

struct CommandLineInterface *Cli(void)

FUNCTION

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.

RESULT

cli_ptr
pointer to the CLI structure, or NULL.

NOTES

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().

SEE ALSO

DoShellMethod(), GetPrompt(), SetPrompt(), GetCurrentDirName(), SetCurrentDirName(), GetProgramName(), SetProgramName(), <dos/dosextens.h>