ReactOS
0.4.16-dev-433-g6363f78
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
precomp.h
Go to the documentation of this file.
1
//#pragma once
2
3
#ifndef __REACTOS__
4
5
#define WIN32_LEAN_AND_MEAN
6
#include <Windows.h>
7
#include <
windowsx.h
>
8
#include <
setupapi.h
>
9
#include <
cfgmgr32.h
>
10
#include <commctrl.h>
11
#include <Uxtheme.h>
12
#include <Cfgmgr32.h>
13
#include <
devguid.h
>
14
#include <process.h>
15
#include <
dbt.h
>
16
#include <RegStr.h>
17
18
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
// some CString constructors will be explicit
19
#include <tchar.h>
20
#include <atlbase.h>
21
#include <
atlstr.h
>
22
#include <
atlcoll.h
>
23
24
#include <
strsafe.h
>
25
26
#include <
devmgr/devmgr.h
>
27
28
#define ERR printf
29
#define FIXME printf
30
#define UNIMPLEMENTED
31
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
32
33
DWORD
WINAPI
pSetupGuidFromString
(
PCWSTR
pString
,
LPGUID
lpGUID);
34
35
BOOL
36
WINAPI
37
InstallDevInst
(
38
IN
HWND
hWndParent
,
39
IN
LPCWSTR
InstanceId
,
40
IN
BOOL
bUpdate,
41
OUT
LPDWORD
lpReboot);
42
43
#else
44
45
#include <string.h>
46
#include <wchar.h>
47
48
#include <tchar.h>
49
#include <
windef.h
>
50
#include <
winbase.h
>
51
#include <
winreg.h
>
52
#include <
wingdi.h
>
53
#include <
winnls.h
>
54
#include <
wincon.h
>
55
#include <
shlobj.h
>
56
#include <
shellapi.h
>
57
#include <
shlwapi.h
>
58
#include <
strsafe.h
>
59
#include <process.h>
60
#include <
windowsx.h
>
61
#include <
strsafe.h
>
62
#include <
regstr.h
>
63
#include <
newdevp.h
>
64
#include <
dbt.h
>
65
66
#include <
setupapi.h
>
67
#include <commctrl.h>
68
#include <
cfgmgr32.h
>
69
#include <
uxtheme.h
>
70
#include <
devguid.h
>
71
72
#include <atlbase.h>
73
#include <
atlstr.h
>
74
#include <
atlcoll.h
>
75
76
#include <
devmgr/devmgr.h
>
77
#include <
wine/debug.h
>
78
79
#define DYNAMIC_FIELD_OFFSET(Type, Field) ((LONG)(LONG_PTR)&(((Type*) 0)->Field))
80
81
//WINE_DEFAULT_DEBUG_CHANNEL(devmgr);
82
83
#endif
atlcoll.h
atlstr.h
cfgmgr32.h
dbt.h
devguid.h
pSetupGuidFromString
DWORD WINAPI pSetupGuidFromString(PCWSTR pString, LPGUID lpGUID)
Definition:
misc.c:1751
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
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
InstanceId
_Must_inspect_result_ _In_opt_ PVOID _In_opt_ PVOID InstanceId
Definition:
fsrtlfuncs.h:908
pString
FxString * pString
Definition:
fxdeviceapi.cpp:180
GUID
Definition:
shobjidl.idl:2988
void
Definition:
nsiface.idl:2307
hWndParent
static HWND hWndParent
Definition:
syslink.c:32
newdevp.h
regstr.h
devmgr.h
debug.h
setupapi.h
shellapi.h
shlobj.h
shlwapi.h
strsafe.h
PCWSTR
const uint16_t * PCWSTR
Definition:
typedefs.h:57
LPDWORD
uint32_t * LPDWORD
Definition:
typedefs.h:59
IN
#define IN
Definition:
typedefs.h:39
OUT
#define OUT
Definition:
typedefs.h:40
uxtheme.h
winbase.h
wincon.h
windef.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
windowsx.h
wingdi.h
winnls.h
winreg.h
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
dll
win32
devmgr
precomp.h
Generated on Tue Jan 7 2025 06:19:45 for ReactOS by
1.9.6