ReactOS 0.4.15-dev-7924-g5949c20
stubs.cpp File Reference
#include "precomp.h"
Include dependency graph for stubs.cpp:

Go to the source code of this file.

Functions

BOOL WINAPI InstallDevInst (IN HWND hWndParent, IN LPCWSTR InstanceId, IN BOOL bUpdate, OUT LPDWORD lpReboot)
 
unsigned long __stdcall pSetupGuidFromString (wchar_t const *, struct _GUID *)
 

Function Documentation

◆ InstallDevInst()

BOOL WINAPI InstallDevInst ( IN HWND  hWndParent,
IN LPCWSTR  InstanceId,
IN BOOL  bUpdate,
OUT LPDWORD  lpReboot 
)

Definition at line 24 of file stubs.cpp.

29{
30 return FALSE;
31}
#define FALSE
Definition: types.h:117

◆ pSetupGuidFromString()

unsigned long __stdcall pSetupGuidFromString ( wchar_t const ,
struct _GUID  
)

Definition at line 33 of file stubs.cpp.

34{
35 return 1;
36}