ReactOS 0.4.15-dev-5853-gcb454ef
|
#include "rapps.h"
#include "unattended.h"
#include "winmain.h"
#include <setupapi.h>
#include <conutils.h>
Go to the source code of this file.
Functions | |
static BOOL | MatchCmdOption (LPWSTR argvOption, LPCWSTR szOptToMacth) |
static void | InitRappsConsole () |
static BOOL | HandleInstallCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleSetupCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleFindCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleInfoCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static VOID | PrintHelpCommand () |
BOOL | ParseCmdAndExecute (LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow) |
|
static |
Definition at line 109 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 143 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 47 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 71 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 31 of file unattended.cpp.
Referenced by HandleInstallCommand(), HandleSetupCommand(), and ParseCmdAndExecute().
Definition at line 16 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
Definition at line 222 of file unattended.cpp.
Referenced by wWinMain().
|
static |