ReactOS
0.4.16-dev-1113-g99ecbf5
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
MmMapLockedPagesSpecifyCache.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS kernel-mode tests
3
* LICENSE: GPLv2+ - See COPYING in the top level directory
4
* PURPOSE: Kernel-Mode Test Suite MmMapLockedPagesSpecifyCache test declarations
5
* PROGRAMMER: Pierre Schweitzer <pierre@reactos.org>
6
*/
7
8
9
#ifndef _KMTEST_MMMAPLOCKEDPAGESSPECIFYCACHE_H_
10
#define _KMTEST_MMMAPLOCKEDPAGESSPECIFYCACHE_H_
11
12
typedef
struct
_QUERY_BUFFER
13
{
14
USHORT
Length
;
15
PVOID
Buffer
;
16
BOOLEAN
Cached
;
17
NTSTATUS
Status
;
18
}
QUERY_BUFFER
, *
PQUERY_BUFFER
;
19
20
typedef
struct
_READ_BUFFER
21
{
22
USHORT
Length
;
23
PVOID
Buffer
;
24
ULONG
Pattern
;
25
}
READ_BUFFER
, *
PREAD_BUFFER
;
26
27
#define IOCTL_QUERY_BUFFER 1
28
#define IOCTL_READ_BUFFER 2
29
#define IOCTL_CLEAN 3
30
31
#define WRITE_PATTERN 0xA4A5A6A7
32
33
#endif
/* !defined _KMTEST_MMMAPLOCKEDPAGESSPECIFYCACHE_H_ */
QUERY_BUFFER
struct _QUERY_BUFFER QUERY_BUFFER
READ_BUFFER
struct _READ_BUFFER READ_BUFFER
PQUERY_BUFFER
struct _QUERY_BUFFER * PQUERY_BUFFER
PREAD_BUFFER
struct _READ_BUFFER * PREAD_BUFFER
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
void
Definition:
nsiface.idl:2307
USHORT
unsigned short USHORT
Definition:
pedump.c:61
_QUERY_BUFFER
Definition:
MmMapLockedPagesSpecifyCache.h:13
_QUERY_BUFFER::Status
NTSTATUS Status
Definition:
MmMapLockedPagesSpecifyCache.h:17
_QUERY_BUFFER::Length
USHORT Length
Definition:
MmMapLockedPagesSpecifyCache.h:14
_QUERY_BUFFER::Cached
BOOLEAN Cached
Definition:
MmMapLockedPagesSpecifyCache.h:16
_QUERY_BUFFER::Buffer
PVOID Buffer
Definition:
MmMapLockedPagesSpecifyCache.h:15
_READ_BUFFER
Definition:
MmMapLockedPagesSpecifyCache.h:21
_READ_BUFFER::Buffer
PVOID Buffer
Definition:
MmMapLockedPagesSpecifyCache.h:23
_READ_BUFFER::Length
USHORT Length
Definition:
MmMapLockedPagesSpecifyCache.h:22
_READ_BUFFER::Pattern
ULONG Pattern
Definition:
MmMapLockedPagesSpecifyCache.h:24
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
modules
rostests
kmtests
ntos_mm
MmMapLockedPagesSpecifyCache.h
Generated on Tue May 13 2025 06:09:05 for ReactOS by
1.9.6