ReactOS
0.4.16-dev-297-gc569aee
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
fxdevicetomxinterface.hpp
Go to the documentation of this file.
1
/*++
2
3
Copyright (c) Microsoft Corporation
4
5
Module Name:
6
7
FxDeviceToMxInterface.hpp
8
9
Abstract:
10
11
Classes in this file are there to enable reaching into those classes that
12
have not yet been made mode agnostic such as FxDevice, FxDeviceInit, FxPkgIo
13
and others. These will not be needed once all objects have been made mode
14
agnostic
15
16
These classes will be implemented separately by respective frameworks
17
18
Convention used:
19
- Typically the first parameter to a method exposed by these classes is a
20
pointer to the object that is being exposed. e.g. methods in FxDeviceToMx
21
class have FxDevice* as the first parameter.
22
23
- The name of method is same as the original method wherever applicable.
24
25
- For a method of another object that is a member of the object being
26
exposed, the name comprises member object's class name.
27
e.g. m_Device->m_PkgIo->StopProcessingForPower() is exposed as
28
FxDeviceToMx::FxPkgIo_StopProcessingForPower( )
29
The name of method begins with FxPkgIo_ because StopProcessingForPower is
30
a method of FxPkgIo and not FxDevice.
31
32
Author:
33
34
35
36
Environment:
37
38
39
Revision History:
40
41
--*/
42
43
#pragma once
44
45
46
47
48
49
WDF_FILEOBJECT_CLASS
50
__inline
51
FxFileObjectClassNormalize
(
52
__in
WDF_FILEOBJECT_CLASS
FileObjectClass
53
);
54
55
BOOLEAN
56
__inline
57
FxIsFileObjectOptional
(
58
__in
WDF_FILEOBJECT_CLASS
FileObjectClass
59
);
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
__in
#define __in
Definition:
dbghelp.h:35
FxIsFileObjectOptional
BOOLEAN __inline FxIsFileObjectOptional(__in WDF_FILEOBJECT_CLASS FileObjectClass)
Definition:
fxdevice.hpp:112
FxFileObjectClassNormalize
WDF_FILEOBJECT_CLASS __inline FxFileObjectClassNormalize(__in WDF_FILEOBJECT_CLASS FileObjectClass)
Definition:
fxdevice.hpp:103
WDF_FILEOBJECT_CLASS
enum _WDF_FILEOBJECT_CLASS WDF_FILEOBJECT_CLASS
sdk
lib
drivers
wdf
shared
inc
private
common
fxdevicetomxinterface.hpp
Generated on Tue Nov 26 2024 06:13:55 for ReactOS by
1.9.6