ReactOS 0.4.15-dev-7846-g8ba6c66
stubs.c File Reference
#include "newdev_private.h"
Include dependency graph for stubs.c:

Go to the source code of this file.

Functions

BOOL WINAPI InstallNewDevice (IN HWND hwndParent, IN LPGUID ClassGuid OPTIONAL, OUT PDWORD Reboot)
 
BOOL WINAPI InstallSelectedDriverW (IN HWND hwndParent, IN HDEVINFO DeviceInfoSet, IN LPCWSTR Reserved, IN BOOL Backup, OUT PDWORD pReboot)
 
BOOL WINAPI DiShowUpdateDevice (IN HWND hwndParent OPTIONAL, IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData, IN DWORD Flags, OUT PBOOL NeedReboot OPTIONAL)
 

Function Documentation

◆ DiShowUpdateDevice()

BOOL WINAPI DiShowUpdateDevice ( IN HWND hwndParent  OPTIONAL,
IN HDEVINFO  DeviceInfoSet,
IN PSP_DEVINFO_DATA  DeviceInfoData,
IN DWORD  Flags,
OUT PBOOL NeedReboot  OPTIONAL 
)

Definition at line 57 of file stubs.c.

63{
64 if (Flags != 0)
65 {
67 return FALSE;
68 }
69
72 return FALSE;
73}
#define FALSE
Definition: types.h:117
#define SetLastError(x)
Definition: compat.h:752
#define UNIMPLEMENTED
Definition: stubs.c:6
#define ERROR_GEN_FAILURE
Definition: winerror.h:134
#define ERROR_INVALID_FLAGS
Definition: winerror.h:583
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170

◆ InstallNewDevice()

BOOL WINAPI InstallNewDevice ( IN HWND  hwndParent,
IN LPGUID ClassGuid  OPTIONAL,
OUT PDWORD  Reboot 
)

Definition at line 27 of file stubs.c.

31{
34 return FALSE;
35}

◆ InstallSelectedDriverW()

BOOL WINAPI InstallSelectedDriverW ( IN HWND  hwndParent,
IN HDEVINFO  DeviceInfoSet,
IN LPCWSTR  Reserved,
IN BOOL  Backup,
OUT PDWORD  pReboot 
)

Definition at line 41 of file stubs.c.

47{
50 return FALSE;
51}