ReactOS
0.4.16-dev-1056-gbe87e00
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
m
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
_
a
b
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
#ifndef _NTOBJSHEX_PRECOMP_H_
2
#define _NTOBJSHEX_PRECOMP_H_
3
4
#include <stdarg.h>
5
#include <tchar.h>
6
7
#define WIN32_NO_STATUS
8
#define COBJMACROS
9
#define _INC_WINDOWS
10
#define COM_NO_WINDOWS_H
11
#define NTOS_MODE_USER
12
13
extern
"C"
14
{
15
#include <
ndk/ntndk.h
>
16
#include <
ndk/rtlfuncs.h
>
17
}
18
19
#include <
windef.h
>
20
#include <
winbase.h
>
21
#include <
winreg.h
>
22
#include <
shlwapi.h
>
23
#include <
shlobj.h
>
24
#include <
strsafe.h
>
25
#include <atlbase.h>
26
#include <atlcom.h>
27
#include <
undocshell.h
>
28
#include <
shellutils.h
>
29
30
#include <
wine/debug.h
>
31
32
#include "
resource.h
"
33
34
#undef DbgPrint
35
36
extern
HINSTANCE
g_hInstance
;
37
38
#define ID_ICON_VOLUME (WM_APP + 0x4CB)
39
40
// {845B0FB2-66E0-416B-8F91-314E23F7C12D}
41
DEFINE_GUID
(
CLSID_NtObjectFolder
,
42
0x845b0fb2, 0x66e0, 0x416b, 0x8f, 0x91, 0x31, 0x4e, 0x23, 0xf7, 0xc1, 0x2d);
43
44
#define DFM_MERGECONTEXTMENU 1
// uFlags LPQCMINFO
45
#define DFM_INVOKECOMMAND 2
// idCmd pszArgs
46
#define DFM_INVOKECOMMANDEX 12
// idCmd PDFMICS
47
#define DFM_GETDEFSTATICID 14
// idCmd * 0
48
49
#define SHCIDS_ALLFIELDS 0x80000000L
50
#define SHCIDS_CANONICALONLY 0x10000000L
51
52
#define GET_SHGDN_FOR(dwFlags) ((DWORD)dwFlags & (DWORD)0x0000FF00)
53
#define GET_SHGDN_RELATION(dwFlags) ((DWORD)dwFlags & (DWORD)0x000000FF)
54
55
WINE_DEFAULT_DEBUG_CHANNEL
(ntobjshex);
56
57
#include <
ntquery.h
>
58
#include "
util.h
"
59
60
#include "
ntobjenum.h
"
61
62
#include "
foldercommon.h
"
63
#include "
ntobjfolder.h
"
64
#include "
regfolder.h
"
65
66
#endif
/* _NTOBJSHEX_PRECOMP_H_ */
WINE_DEFAULT_DEBUG_CHANNEL
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition:
precomp.h:23
g_hInstance
HINSTANCE g_hInstance
Definition:
MainWindow.cpp:18
foldercommon.h
CLSID_NtObjectFolder
const GUID CLSID_NtObjectFolder
Definition:
ntobjfolder.cpp:13
void
Definition:
nsiface.idl:2307
rtlfuncs.h
ntndk.h
ntobjenum.h
ntobjfolder.h
ntquery.h
DEFINE_GUID
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition:
guiddef.h:68
regfolder.h
debug.h
util.h
shellutils.h
shlobj.h
shlwapi.h
strsafe.h
undocshell.h
resource.h
winbase.h
windef.h
winreg.h
dll
shellext
ntobjshex
precomp.h
Generated on Tue Apr 29 2025 06:17:53 for ReactOS by
1.9.6