ReactOS
0.4.16-dev-1105-gafe29ee
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
user32testhelpers.h
Go to the documentation of this file.
1
2
#pragma once
3
4
static
__inline
ATOM
RegisterSimpleClass
(
WNDPROC
lpfnWndProc,
LPCWSTR
lpszClassName)
5
{
6
WNDCLASSEXW
wcex;
7
8
memset
(&wcex, 0,
sizeof
(wcex));
9
wcex.
cbSize
=
sizeof
(
WNDCLASSEX
);
10
wcex.
lpfnWndProc
= lpfnWndProc;
11
wcex.
hCursor
=
LoadCursor
(
NULL
,
IDC_ARROW
);
12
wcex.
hbrBackground
= (HBRUSH)(
COLOR_WINDOW
+1);
13
wcex.
lpszClassName
= lpszClassName;
14
return
RegisterClassExW
(&wcex);
15
}
__inline
#define __inline
Definition:
_wctype.cpp:15
ATOM
WORD ATOM
Definition:
dimm.idl:113
NULL
#define NULL
Definition:
types.h:112
memset
#define memset(x, y, z)
Definition:
compat.h:39
_WNDCLASSEXW
Definition:
winuser.h:3226
_WNDCLASSEXW::lpszClassName
LPCWSTR lpszClassName
Definition:
winuser.h:3237
_WNDCLASSEXW::hbrBackground
HBRUSH hbrBackground
Definition:
winuser.h:3235
_WNDCLASSEXW::lpfnWndProc
WNDPROC lpfnWndProc
Definition:
winuser.h:3229
_WNDCLASSEXW::cbSize
UINT cbSize
Definition:
winuser.h:3227
_WNDCLASSEXW::hCursor
HCURSOR hCursor
Definition:
winuser.h:3234
RegisterSimpleClass
static __inline ATOM RegisterSimpleClass(WNDPROC lpfnWndProc, LPCWSTR lpszClassName)
Definition:
user32testhelpers.h:4
COLOR_WINDOW
#define COLOR_WINDOW
Definition:
winuser.h:929
IDC_ARROW
#define IDC_ARROW
Definition:
winuser.h:695
RegisterClassExW
ATOM WINAPI RegisterClassExW(_In_ CONST WNDCLASSEXW *)
LoadCursor
#define LoadCursor
Definition:
winuser.h:5832
WNDCLASSEX
WNDCLASSEXA WNDCLASSEX
Definition:
winuser.h:5739
WNDPROC
LRESULT(CALLBACK * WNDPROC)(HWND, UINT, WPARAM, LPARAM)
Definition:
winuser.h:2917
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
modules
rostests
apitests
include
user32testhelpers.h
Generated on Sat May 10 2025 06:07:21 for ReactOS by
1.9.6