ReactOS 0.4.15-dev-7953-g1f49173
Command Struct Reference

#include <shell.h>

Collaboration diagram for Command:

Public Attributes

const charname
 
CmdProc proc
 
const charusage
 
const charhelp
 
int flags
 
int minargs
 
int maxargs
 

Detailed Description

Definition at line 41 of file shell.h.

Member Data Documentation

◆ flags

int Command::flags

Definition at line 45 of file shell.h.

Referenced by CompletionFunction(), and DoCommand().

◆ help

const char * Command::help

Definition at line 44 of file shell.h.

◆ maxargs

int Command::maxargs

Definition at line 46 of file shell.h.

Referenced by DoCommand().

◆ minargs

int Command::minargs

Definition at line 46 of file shell.h.

Referenced by DoCommand().

◆ name

const char* Command::name

Definition at line 42 of file shell.h.

Referenced by CommandCompletionFunction().

◆ proc

CmdProc Command::proc

Definition at line 43 of file shell.h.

Referenced by DoCommand().

◆ usage

const char* Command::usage

Definition at line 44 of file shell.h.


The documentation for this struct was generated from the following file: