ReactOS
0.4.16-dev-973-g9a0ff8b
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
Type.h
Go to the documentation of this file.
1
// Type.h
2
3
#ifndef TYPE_H
4
#define TYPE_H
5
6
typedef
enum
7
{
8
T_UNKNOWN
= -1,
9
T_IGNORED_STATEMENT
,
10
T_TIDENT
,
11
T_MACRO
,
12
T_DEFINE
,
13
T_VARIABLE
,
14
T_FUNCTION
,
15
T_FUNCTION_PTR
,
16
T_IF
,
17
T_WHILE
,
18
T_DO
,
19
T_STRUCT
20
}
Type
;
21
22
#endif
//TYPE_H
T_IGNORED_STATEMENT
@ T_IGNORED_STATEMENT
Definition:
Type.h:9
T_TIDENT
@ T_TIDENT
Definition:
Type.h:10
T_WHILE
@ T_WHILE
Definition:
Type.h:17
T_DO
@ T_DO
Definition:
Type.h:18
T_UNKNOWN
@ T_UNKNOWN
Definition:
Type.h:8
T_DEFINE
@ T_DEFINE
Definition:
Type.h:12
T_STRUCT
@ T_STRUCT
Definition:
Type.h:19
T_MACRO
@ T_MACRO
Definition:
Type.h:11
T_FUNCTION_PTR
@ T_FUNCTION_PTR
Definition:
Type.h:15
T_FUNCTION
@ T_FUNCTION
Definition:
Type.h:14
T_IF
@ T_IF
Definition:
Type.h:16
T_VARIABLE
@ T_VARIABLE
Definition:
Type.h:13
Type
Type
Definition:
Type.h:7
modules
rosapps
applications
sysutils
utils
sdkparse
Type.h
Generated on Wed Apr 9 2025 06:06:53 for ReactOS by
1.9.6