ReactOS 0.4.15-dev-6712-g46b4b55
|
Go to the source code of this file.
Macros | |
#define | CMD_KEY_APPWIZ L"APPWIZ" |
#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_APPWIZ L"APPWIZ" |
Definition at line 3 of file unattended.h.
#define CMD_KEY_FIND L"FIND" |
Definition at line 6 of file unattended.h.
#define CMD_KEY_HELP L"?" |
Definition at line 8 of file unattended.h.
#define CMD_KEY_HELP_ALT L"HELP" |
Definition at line 9 of file unattended.h.
#define CMD_KEY_INFO L"INFO" |
Definition at line 7 of file unattended.h.
#define CMD_KEY_INSTALL L"INSTALL" |
Definition at line 4 of file unattended.h.
#define CMD_KEY_SETUP L"SETUP" |
Definition at line 5 of file unattended.h.
Definition at line 221 of file unattended.cpp.
Referenced by wWinMain().
Definition at line 12 of file unattended.h.
Referenced by PrintHelpCommand().