ReactOS
0.4.16-dev-306-g647d351
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
rx.h
Go to the documentation of this file.
1
#ifndef _RX_
2
#define _RX_
3
4
#include "
rxovride.h
"
5
#include "ntifs.h"
6
7
#ifndef BooleanFlagOn
8
#define BooleanFlagOn(Flags, SingleFlag) ((BOOLEAN)((((Flags) & (SingleFlag)) != 0)))
9
#endif
10
11
#ifndef SetFlag
12
#define SetFlag(Flags, SetOfFlags) \
13
{ \
14
(Flags) |= (SetOfFlags); \
15
}
16
#endif
17
18
#ifndef ClearFlag
19
#define ClearFlag(Flags, SetOfFlags) \
20
{ \
21
(Flags) &= ~(SetOfFlags); \
22
}
23
#endif
24
25
#define Add2Ptr(Ptr, Inc) ((PVOID)((PUCHAR)(Ptr) + (Inc)))
26
27
#define INLINE __inline
28
29
#include "
rxtypes.h
"
30
31
#ifndef MINIRDR__NAME
32
#include "
rxpooltg.h
"
33
#endif
34
35
#include "
ntrxdef.h
"
36
#include "
fcbtable.h
"
37
#include "
mrxfcb.h
"
38
#include "
rxworkq.h
"
39
#include "
rxprocs.h
"
40
41
#ifndef MINIRDR__NAME
42
#include "
rxdata.h
"
43
#include "
buffring.h
"
44
#endif
45
46
#endif
buffring.h
fcbtable.h
mrxfcb.h
ntrxdef.h
rxdata.h
rxovride.h
rxpooltg.h
rxprocs.h
rxtypes.h
rxworkq.h
sdk
include
ddk
rx.h
Generated on Mon Dec 2 2024 06:13:50 for ReactOS by
1.9.6