ReactOS 0.4.15-dev-5829-g6b6a045
unattended.h
Go to the documentation of this file.
1#pragma once
2
3#define CMD_KEY_INSTALL L"INSTALL"
4#define CMD_KEY_SETUP L"SETUP"
5#define CMD_KEY_FIND L"FIND"
6#define CMD_KEY_INFO L"INFO"
7#define CMD_KEY_HELP L"?"
8#define CMD_KEY_HELP_ALT L"HELP"
9
10
11const WCHAR UsageString[] = L"RAPPS \
12[/" CMD_KEY_HELP L"] \
13[/" CMD_KEY_INSTALL L" packagename] \
14[/" CMD_KEY_SETUP L" filename] \
15[/" CMD_KEY_FIND L" string] \
16[/" CMD_KEY_INFO L" packagename]";
17
18BOOL ParseCmdAndExecute(LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow);
unsigned int BOOL
Definition: ntddk_ex.h:94
#define L(x)
Definition: ntvdm.h:50
#define CMD_KEY_INFO
Definition: unattended.h:6
#define CMD_KEY_INSTALL
Definition: unattended.h:3
#define CMD_KEY_SETUP
Definition: unattended.h:4
const WCHAR UsageString[]
Definition: unattended.h:11
#define CMD_KEY_HELP
Definition: unattended.h:7
#define CMD_KEY_FIND
Definition: unattended.h:5
BOOL ParseCmdAndExecute(LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow)
Definition: unattended.cpp:222
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184