ReactOS
0.4.16-dev-1098-g0ca6002
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
comctl32supp.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Applications
3
* LICENSE: LGPL - See COPYING in the top level directory
4
* FILE: base/applications/msconfig_new/comctl32ex/comctl32supp.h
5
* PURPOSE: Common Controls helper functions.
6
* COPYRIGHT: Copyright 2011-2012 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
7
*/
8
9
#ifndef __COMCTL32SUPP_H__
10
#define __COMCTL32SUPP_H__
11
12
#include <
windowsx.h
>
13
14
#define Button_IsEnabled(hwndCtl) IsWindowEnabled((hwndCtl))
15
16
#define UM_CHECKSTATECHANGE (WM_USER + 100)
17
18
#if 0
19
// this typedef, present in newer include files,
20
// supports the building tokenmon on older systems
21
typedef
struct
_DLLVERSIONINFO
22
{
23
DWORD
cbSize;
24
DWORD
dwMajorVersion;
25
DWORD
dwMinorVersion;
26
DWORD
dwBuildNumber;
27
DWORD
dwPlatformID;
28
}
DLLVERSIONINFO
, *PDLLVERSIONINFO;
29
// Version information function
30
typedef
HRESULT
(
WINAPI
*
DLLGETVERSIONPROC
)(PDLLVERSIONINFO);
31
#endif
32
33
HRESULT
GetComCtl32Version
(
OUT
PDWORD
pdwMajor,
OUT
PDWORD
pdwMinor,
OUT
PDWORD
pdwBuild);
34
35
#endif
// __COMCTL32SUPP_H__
GetComCtl32Version
HRESULT GetComCtl32Version(OUT PDWORD pdwMajor, OUT PDWORD pdwMinor, OUT PDWORD pdwBuild)
Definition:
comctl32supp.c:11
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
HRESULT
Definition:
mshtmhst.idl:286
PDWORD
DWORD * PDWORD
Definition:
pedump.c:68
DLLGETVERSIONPROC
HRESULT(CALLBACK * DLLGETVERSIONPROC)(DLLVERSIONINFO *)
Definition:
shlwapi.h:2009
DLLVERSIONINFO
struct _DllVersionInfo DLLVERSIONINFO
OUT
#define OUT
Definition:
typedefs.h:40
HRESULT
#define HRESULT
Definition:
msvc.h:7
WINAPI
#define WINAPI
Definition:
msvc.h:6
windowsx.h
base
applications
msconfig_new
comctl32ex
comctl32supp.h
Generated on Wed May 7 2025 06:02:31 for ReactOS by
1.9.6