ReactOS 0.4.16-dev-38-g96c65e9
|
#include "gui.h"
#include "unattended.h"
#include "configparser.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 CAppInfo * | SearchForAppWithDisplayName (CAppDB &db, AppsCategories Type, LPCWSTR Name) |
static BOOL | HandleInstallCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleSetupCommand (CAppDB *db, LPWSTR szCommand, int argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleUninstallCommand (CAppDB &db, UINT argcLeft, LPWSTR *argvLeft) |
static BOOL | HandleGenerateInstallerCommand (CAppDB &db, UINT 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 214 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
Definition at line 201 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 248 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 63 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
|
static |
Definition at line 87 of file unattended.cpp.
Referenced by ParseCmdAndExecute().
Definition at line 125 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 327 of file unattended.cpp.
Referenced by wWinMain().
|
static |
|
static |
Definition at line 47 of file unattended.cpp.
Referenced by HandleUninstallCommand().