ReactOS
0.4.16-dev-122-g325d74c
stubs.cpp
Go to the documentation of this file.
1
/*
2
*
3
* COPYRIGHT: See COPYING in the top level directory
4
* PROJECT: ReactOS devmgr.dll
5
* FILE: lib/devmgr/stubs.c
6
* PURPOSE: devmgr.dll stubs
7
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
8
* NOTES: If you implement a function, remove it from this file
9
*
10
* Some helpful resources:
11
* http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;815320
12
* http://www.jsiinc.com/SUBO/tip7400/rh7482.htm
13
* http://www.jsiinc.com/SUBM/tip6400/rh6490.htm
14
*
15
* UPDATE HISTORY:
16
* 04-04-2004 Created
17
*/
18
19
#include "precomp.h"
20
21
// remove me
22
BOOL
23
WINAPI
24
InstallDevInst
(
25
IN
HWND
hWndParent
,
26
IN
LPCWSTR
InstanceId
,
27
IN
BOOL
bUpdate,
28
OUT
LPDWORD
lpReboot)
29
{
30
return
FALSE
;
31
}
32
33
unsigned
long
__stdcall
pSetupGuidFromString
(
wchar_t
const
*,
struct
_GUID
*)
34
{
35
return
1;
36
}
FALSE
#define FALSE
Definition:
types.h:117
pSetupGuidFromString
unsigned long __stdcall pSetupGuidFromString(wchar_t const *, struct _GUID *)
Definition:
stubs.cpp:33
InstallDevInst
BOOL WINAPI InstallDevInst(IN HWND hWndParent, IN LPCWSTR InstanceId, IN BOOL bUpdate, OUT LPDWORD lpReboot)
Definition:
stubs.cpp:24
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
InstanceId
_Must_inspect_result_ _In_opt_ PVOID _In_opt_ PVOID InstanceId
Definition:
fsrtlfuncs.h:908
void
Definition:
nsiface.idl:2307
hWndParent
static HWND hWndParent
Definition:
syslink.c:32
_GUID
Definition:
scsiwmi.h:51
LPDWORD
uint32_t * LPDWORD
Definition:
typedefs.h:59
__stdcall
#define __stdcall
Definition:
typedefs.h:25
IN
#define IN
Definition:
typedefs.h:39
OUT
#define OUT
Definition:
typedefs.h:40
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
dll
win32
devmgr
properties
stubs.cpp
Generated on Sat Oct 12 2024 06:04:53 for ReactOS by
1.9.6