ReactOS 0.4.15-dev-7942-gd23573b
newdevp.h
Go to the documentation of this file.
1/*
2 * newdevp.h
3 *
4 * Private header for newdev.dll
5 *
6 */
7
8#ifndef __NEWDEVP__H
9#define __NEWDEVP__H
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15BOOL
21 IN INT Show);
22
23BOOL
28 IN BOOL bUpdate,
29 OUT LPDWORD lpReboot);
30
31BOOL
36 IN BOOL bUpdate,
37 OUT LPDWORD lpReboot,
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* __NEWDEVP__H */
HINSTANCE hInstance
Definition: charmap.c:19
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
_Must_inspect_result_ _In_opt_ PVOID _In_opt_ PVOID InstanceId
Definition: fsrtlfuncs.h:908
@ Unknown
Definition: i8042prt.h:114
BOOL WINAPI DevInstallW(IN HWND hWndParent, IN HINSTANCE hInstance, IN LPCWSTR InstanceId, IN INT Show)
Definition: newdev.c:645
BOOL WINAPI InstallDevInstEx(IN HWND hWndParent, IN LPCWSTR InstanceId, IN BOOL bUpdate, OUT LPDWORD lpReboot, IN DWORD Unknown)
Definition: newdev.c:818
BOOL WINAPI InstallDevInst(IN HWND hWndParent, IN LPCWSTR InstanceId, IN BOOL bUpdate, OUT LPDWORD lpReboot)
Definition: stubs.cpp:24
uint32_t * LPDWORD
Definition: typedefs.h:59
int32_t INT
Definition: typedefs.h:58
#define IN
Definition: typedefs.h:39
#define OUT
Definition: typedefs.h:40
#define WINAPI
Definition: msvc.h:6
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185