ReactOS 0.4.15-dev-5875-g7c755d9
|
Go to the source code of this file.
Macros | |
#define | CMD_KEY_INSTALL L"INSTALL" |
#define | CMD_KEY_SETUP L"SETUP" |
#define | CMD_KEY_FIND L"FIND" |
#define | CMD_KEY_INFO L"INFO" |
#define | CMD_KEY_HELP L"?" |
#define | CMD_KEY_HELP_ALT L"HELP" |
Functions | |
BOOL | ParseCmdAndExecute (LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow) |
Variables | |
const WCHAR | UsageString [] |
#define CMD_KEY_FIND L"FIND" |
Definition at line 5 of file unattended.h.
#define CMD_KEY_HELP L"?" |
Definition at line 7 of file unattended.h.
#define CMD_KEY_HELP_ALT L"HELP" |
Definition at line 8 of file unattended.h.
#define CMD_KEY_INFO L"INFO" |
Definition at line 6 of file unattended.h.
#define CMD_KEY_INSTALL L"INSTALL" |
Definition at line 3 of file unattended.h.
#define CMD_KEY_SETUP L"SETUP" |
Definition at line 4 of file unattended.h.
Definition at line 222 of file unattended.cpp.
Referenced by wWinMain().
Definition at line 11 of file unattended.h.
Referenced by PrintHelpCommand().