ReactOS
0.4.16-dev-1264-g92ff994
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
k32.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS System Libraries
4
* FILE: dll/win32/kernel32/k32.h
5
* PURPOSE: Win32 Kernel Library Header
6
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7
*/
8
9
#ifndef __K32_H
10
#define __K32_H
11
12
/* INCLUDES ******************************************************************/
13
14
#include <stdio.h>
15
16
/* PSDK/NDK Headers */
17
#define WIN32_NO_STATUS
18
#include <
windef.h
>
19
#include <
winbase.h
>
20
#include <
winbase_undoc.h
>
21
#include <
wingdi.h
>
22
#include <
winreg.h
>
23
#include <
wincon.h
>
24
#include <
wincon_undoc.h
>
25
#include <
winuser.h
>
26
27
#undef TEXT
28
#define TEXT(s) L##s
29
#include <
regstr.h
>
30
31
#include <
tlhelp32.h
>
32
33
/* Redefine NTDDI_VERSION to 2K3 SP1 to get correct NDK definitions */
34
#undef NTDDI_VERSION
35
#define NTDDI_VERSION NTDDI_WS03SP1
36
37
#define NTOS_MODE_USER
38
#include <
ndk/cmfuncs.h
>
39
#include <
ndk/exfuncs.h
>
40
#include <
ndk/iofuncs.h
>
41
#include <
ndk/iotypes.h
>
42
#include <
ndk/kdtypes.h
>
43
#include <
ndk/kefuncs.h
>
44
#include <
ndk/ldrfuncs.h
>
45
#include <
ndk/mmfuncs.h
>
46
#include <
ndk/obfuncs.h
>
47
#include <
ndk/psfuncs.h
>
48
#include <
ndk/rtlfuncs.h
>
49
#include <
ndk/setypes.h
>
50
#include <
ndk/umfuncs.h
>
51
52
#include <
ntstrsafe.h
>
53
54
/* CSRSS Headers */
55
#include <
csr/csr.h
>
56
#include <
win/base.h
>
57
#include <
win/basemsg.h
>
58
#include <
win/console.h
>
59
#include <
win/conmsg.h
>
60
#include <
win/vdm.h
>
61
62
/* DDK Driver Headers */
63
#include <
mountmgr.h
>
64
65
/* Internal Kernel32 Header */
66
#include "
include/kernel32.h
"
67
68
/* PSEH for SEH Support */
69
#include <
pseh/pseh2.h
>
70
71
/* Base Macros */
72
#include "
include/base_x.h
"
73
74
/* Console API Client Definitions */
75
#include "include/console.h"
76
77
/* Virtual DOS Machines (VDM) Support Definitions */
78
#include "
include/vdm.h
"
79
80
#endif
/* __K32_H */
base.h
base_x.h
basemsg.h
conmsg.h
vdm.h
kernel32.h
ldrfuncs.h
mountmgr.h
cmfuncs.h
exfuncs.h
iofuncs.h
iotypes.h
kdtypes.h
kefuncs.h
mmfuncs.h
obfuncs.h
psfuncs.h
rtlfuncs.h
setypes.h
ntstrsafe.h
pseh2.h
regstr.h
csr.h
console.h
vdm.h
tlhelp32.h
umfuncs.h
winbase.h
winbase_undoc.h
wincon.h
wincon_undoc.h
windef.h
wingdi.h
winreg.h
winuser.h
dll
win32
kernel32
k32.h
Generated on Sun Jun 8 2025 06:04:25 for ReactOS by
1.9.6