|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <diskpart.h>
Public Attributes | |
| WCHAR * | name |
| INT(* | func )(INT, WCHAR **) |
| PWSTR | cmd1 |
| PWSTR | cmd2 |
| PWSTR | cmd3 |
| BOOL(* | func )(INT, WCHAR **) |
| INT | help |
| DWORD | help_detail |
| PWSTR _COMMAND::cmd1 |
Definition at line 59 of file diskpart.h.
Referenced by help_main(), HelpCommand(), HelpCommandList(), and InterpretCmd().
| PWSTR _COMMAND::cmd2 |
Definition at line 60 of file diskpart.h.
Referenced by help_main(), HelpCommand(), HelpCommandList(), and InterpretCmd().
| PWSTR _COMMAND::cmd3 |
Definition at line 61 of file diskpart.h.
Referenced by help_main(), HelpCommand(), HelpCommandList(), and InterpretCmd().
Definition at line 17 of file main.c.
Referenced by InterpretCmd(), and wmain().
Definition at line 62 of file diskpart.h.
| INT _COMMAND::help |
Definition at line 63 of file diskpart.h.
Referenced by HelpCommand(), and HelpCommandList().
| DWORD _COMMAND::help_detail |
Definition at line 64 of file diskpart.h.
Referenced by HelpCommand().