ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <cmd.h>
Public Attributes | |
LPSTR | name |
INT | flags |
INT(* | func )(PCONSOLE_STATE, LPSTR) |
VOID(* | help )(VOID) |
LPTSTR | name |
INT tagCOMMAND::flags |
Definition at line 28 of file cmdcons.c.
Referenced by DoCommand(), and PrintCommandList().
Definition at line 29 of file cmdcons.c.
Referenced by DoCommand().
Definition at line 30 of file cmdcons.c.
Referenced by CommandHelp().
LPSTR tagCOMMAND::name |
Definition at line 27 of file cmdcons.c.
Referenced by CommandHelp(), DoCommand(), and PrintCommandList().