ReactOS
0.4.16-dev-974-g5022a45
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
mmcopy.h
Go to the documentation of this file.
1
#pragma once
2
3
4
_IRQL_requires_max_
(
APC_LEVEL
)
5
NTSTATUS
6
_MmCopyFromCaller(
7
_Out_writes_bytes_all_
(
Bytes
)
PVOID
Target
,
8
_In_reads_bytes_
(
Bytes
)
PVOID
Source
,
9
_In_
UINT
Bytes
);
10
11
_IRQL_requires_max_
(
APC_LEVEL
)
12
NTSTATUS
13
_MmCopyToCaller(
14
_Out_writes_bytes_all_
(
Bytes
)
PVOID
Target
,
15
_In_reads_bytes_
(
Bytes
)
PVOID
Source
,
16
_In_
UINT
Bytes
);
17
18
#define MmCopyFromCaller(x,y,z) _MmCopyFromCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z))
19
#define MmCopyToCaller(x,y,z) _MmCopyToCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z))
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
_IRQL_requires_max_
#define _IRQL_requires_max_(irql)
Definition:
driverspecs.h:230
APC_LEVEL
#define APC_LEVEL
Definition:
env_spec_w32.h:695
void
Definition:
nsiface.idl:2307
Bytes
_In_ UINT Bytes
Definition:
mmcopy.h:9
UINT
unsigned int UINT
Definition:
ndis.h:50
Source
_In_ UINT _In_ UINT _In_ PNDIS_PACKET Source
Definition:
ndis.h:3169
_In_reads_bytes_
#define _In_reads_bytes_(s)
Definition:
no_sal2.h:170
_In_
#define _In_
Definition:
no_sal2.h:158
_Out_writes_bytes_all_
#define _Out_writes_bytes_all_(s)
Definition:
no_sal2.h:194
Target
_In_ WDFIOTARGET Target
Definition:
wdfrequest.h:306
win32ss
user
ntuser
mmcopy.h
Generated on Thu Apr 10 2025 06:24:24 for ReactOS by
1.9.6