ReactOS
0.4.16-dev-424-ge4748fe
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
#ifndef ACPPAGE_PRECOMP_H
2
#define ACPPAGE_PRECOMP_H
3
4
#define COBJMACROS
5
#define WIN32_NO_STATUS
6
#define _INC_WINDOWS
7
#define COM_NO_WINDOWS_H
8
#define NTOS_MODE_USER
9
10
#include <
windef.h
>
11
#include <
winbase.h
>
12
#include <
shlobj.h
>
13
#include <tchar.h>
14
#include <
strsafe.h
>
15
#include <atlbase.h>
16
#include <atlcom.h>
17
#include <
atlsimpcoll.h
>
18
#include <
atlstr.h
>
19
#include <atlwin.h>
20
#include <
ui/rosdlgs.h
>
21
22
ULONG
DbgPrint
(
PCH
Format
,...);
23
#include <
apphelp.h
>
24
25
extern
const
GUID
CLSID_CLayerUIPropPage
;
26
extern
HMODULE
g_hModule
;
27
extern
LONG
g_ModuleRefCnt
;
28
29
EXTERN_C
BOOL
WINAPI
GetExeFromLnk
(
PCWSTR
pszLnk,
PWSTR
pszExe,
size_t
cchSize);
30
31
BOOL
IsBuiltinLayer
(
PCWSTR
Name
);
32
33
#include "
resource.h
"
34
#include "
CLayerStringList.hpp
"
35
#include "
CLayerUIPropPage.hpp
"
36
37
BOOL
ShowEditCompatModes
(
HWND
hWnd
,
CLayerUIPropPage
*
page
);
38
39
#endif
/* ACPPAGE_PRECOMP_H */
CLayerStringList.hpp
CLayerUIPropPage.hpp
apphelp.h
atlsimpcoll.h
atlstr.h
hWnd
HWND hWnd
Definition:
settings.c:17
EXTERN_C
#define EXTERN_C
Definition:
basetyps.h:12
CLayerUIPropPage
Definition:
CLayerUIPropPage.hpp:16
ShowEditCompatModes
BOOL ShowEditCompatModes(HWND hWnd, CLayerUIPropPage *page)
Definition:
CEditCompatModes.cpp:151
g_ModuleRefCnt
LONG g_ModuleRefCnt
Definition:
ACPPage.cpp:13
GetExeFromLnk
EXTERN_C BOOL WINAPI GetExeFromLnk(PCWSTR pszLnk, PWSTR pszExe, size_t cchSize)
Definition:
ACPPage.cpp:79
g_hModule
HMODULE g_hModule
Definition:
ACPPage.cpp:12
IsBuiltinLayer
BOOL IsBuiltinLayer(PCWSTR Name)
Definition:
CLayerUIPropPage.cpp:69
CLSID_CLayerUIPropPage
const GUID CLSID_CLayerUIPropPage
Definition:
CLayerUIPropPage.cpp:18
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DbgPrint
#define DbgPrint
Definition:
hal.h:12
GUID
Definition:
shobjidl.idl:2988
void
Definition:
nsiface.idl:2307
PCH
CHAR * PCH
Definition:
ntbasedef.h:399
LONG
long LONG
Definition:
pedump.c:60
rosdlgs.h
shlobj.h
strsafe.h
Format
Definition:
imaadp32.c:62
NameRec_
Definition:
apinames.c:49
page
Definition:
module.h:576
PWSTR
uint16_t * PWSTR
Definition:
typedefs.h:56
PCWSTR
const uint16_t * PCWSTR
Definition:
typedefs.h:57
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
resource.h
winbase.h
windef.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
dll
shellext
acppage
precomp.h
Generated on Mon Jan 6 2025 06:17:16 for ReactOS by
1.9.6