|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shell.h>

Public Attributes | |
| const char * | name |
| CmdProc | proc |
| const char * | usage |
| const char * | help |
| int | flags |
| int | minargs |
| int | maxargs |
| int Command::flags |
Definition at line 45 of file shell.h.
Referenced by CompletionFunction(), and DoCommand().
| int Command::maxargs |
Definition at line 46 of file shell.h.
Referenced by DoCommand().
| int Command::minargs |
Definition at line 46 of file shell.h.
Referenced by DoCommand().
Definition at line 42 of file shell.h.
Referenced by CommandCompletionFunction().
| CmdProc Command::proc |
Definition at line 43 of file shell.h.
Referenced by DoCommand().