ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winsvc.h>
#include <winuser.h>
#include <dbt.h>
#include <stdio.h>
#include <cmfuncs.h>
#include <rtlfuncs.h>
#include <setypes.h>
#include <umpnpmgr/sysguid.h>
#include <cfgmgr32.h>
#include <regstr.h>
#include <userenv.h>
#include <shlwapi.h>
#include <pnp_s.h>
Go to the source code of this file.
Classes | |
struct | DeviceInstallParams |
struct | NOTIFY_ENTRY |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
Typedefs | |
typedef struct NOTIFY_ENTRY * | PNOTIFY_ENTRY |
Functions | |
DWORD WINAPI | PnpEventThread (LPVOID lpParameter) |
BOOL | SetupIsActive (VOID) |
DWORD WINAPI | DeviceInstallThread (LPVOID lpParameter) |
DWORD WINAPI | RpcServerThread (LPVOID lpParameter) |
BOOL | GetSuppressNewUIValue (VOID) |
typedef struct NOTIFY_ENTRY * PNOTIFY_ENTRY |
Definition at line 534 of file install.c.
Referenced by ServiceMain().
Definition at line 185 of file umpnpmgr.c.
Referenced by IsUISuppressionAllowed().
Definition at line 46 of file rpcserver.c.
Referenced by ServiceMain().
Definition at line 290 of file install.c.
Referenced by DeviceInstallThread().
|
extern |
Definition at line 45 of file install.c.
Referenced by DeviceInstallThread(), InitializePnPManager(), and ProcessDeviceInstallEvent().
|
extern |
Definition at line 46 of file umpnpmgr.c.
Referenced by InitializePnPManager(), and IsUISuppressionAllowed().
|
extern |
Definition at line 47 of file umpnpmgr.c.
Referenced by PNP_GetGlobalState(), and UpdateServiceStatus().
|
extern |
Definition at line 45 of file umpnpmgr.c.
Referenced by EditTypeDlg_ReadClass(), EditTypeDlg_WriteClass(), InitializePnPManager(), PNP_DeleteClassKey(), PNP_EnumerateSubKeys(), PNP_GetClassInstance(), PNP_GetClassRegProp(), PNP_SetClassRegProp(), PrintAdapterDescription(), SETUP_CreateClassKey(), SETUP_GetIconIndex(), SETUPDI_CreateDrvKey(), SetupDiBuildClassInfoListExW(), and SetupDiClassGuidsFromNameExW().
|
extern |
Definition at line 44 of file install.c.
Referenced by DeviceInstallThread(), InitializePnPManager(), and ProcessDeviceInstallEvent().
|
extern |
Definition at line 46 of file install.c.
Referenced by DeviceInstallThread(), InitializePnPManager(), and ProcessDeviceInstallEvent().
|
extern |
Definition at line 44 of file umpnpmgr.c.
Referenced by CreateDeviceInstance(), GenerateDeviceID(), GetAllInstanceList(), GetAllInstanceListSize(), GetBootResourceList(), GetDeviceInstanceList(), GetDeviceInstanceListSize(), GetEnumeratorInstanceList(), GetEnumeratorInstanceListSize(), GetEnumOptions(), GetServiceInstanceList(), GetServiceInstanceListSize(), InitializePnPManager(), InstallDevice(), PNP_AddID(), PNP_CreateDevInst(), PNP_CreateKey(), PNP_EnumerateSubKeys(), PNP_GetCustomDevProp(), PNP_GetDeviceRegProp(), PNP_SetDeviceRegProp(), PNP_ValidateDeviceInstance(), SETUP_CreateInterfaceList(), and SetupDeviceInstance().
|
extern |
Definition at line 40 of file install.c.
Referenced by ClientSideInstallW(), DeviceInstallThread(), InitializePnPManager(), InstallDevice(), and PNP_ReportLogOn().
|
extern |
Definition at line 41 of file install.c.
Referenced by DeviceInstallThread(), and InitializePnPManager().
|
extern |
Definition at line 39 of file install.c.
Referenced by CreateProcessInternalW(), InstallDevice(), LaunchProcess(), PNP_ReportLogOn(), and RegenerateUserEnvironment().
|
extern |
Definition at line 41 of file rpcserver.c.
Referenced by PNP_RegisterNotification(), and RpcServerThread().