Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 410 Bytes

File metadata and controls

26 lines (15 loc) · 410 Bytes

NAME

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

SYNOPSIS

    cli_ptr = Cli()
    D0

    struct CommandLineInterface *Cli(void)

Links: CommandLineInterface

FUNCTION

Returns a pointer to the CLI structure of the current process, or NULL if the process has no CLI structure.

RESULT cli_ptr - pointer to the CLI structure, or NULL.

SEE ALSO