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
fxpackage.hpp
Go to the documentation of this file.
1
/*++
2
3
Copyright (c) Microsoft. All rights reserved.
4
5
Module Name:
6
7
FxPackage.hpp
8
9
Abstract:
10
11
This is the definition of the FxPackage object.
12
13
Author:
14
15
16
17
Environment:
18
19
Both kernel and user mode
20
21
Revision History:
22
23
--*/
24
25
#ifndef _FXPACKAGE_H_
26
#define _FXPACKAGE_H_
27
28
class
FxPackage
:
public
FxNonPagedObject
29
{
30
public
:
31
32
FxPackage
(
33
__in
PFX_DRIVER_GLOBALS
FxDriverGlobals,
34
__in
CfxDevice
*
Device
,
35
__in
WDFTYPE
Type
36
);
37
38
virtual
39
NTSTATUS
40
Dispatch
(
41
__in
MdIrp
Irp
42
) = 0;
43
44
__inline
45
CfxDevice
*
46
GetDevice
(
47
VOID
48
)
49
{
50
return
m_Device
;
51
}
52
53
DECLARE_INTERNAL_NEW_OPERATOR
();
54
};
55
56
#endif
// _FXPACKAGE_H_
Type
Type
Definition:
Type.h:7
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
FxDevice
Definition:
fxdevice.hpp:487
FxNonPagedObject
Definition:
fxnonpagedobject.hpp:46
FxObject::m_Device
CfxDevice * m_Device
Definition:
fxobject.hpp:329
FxPackage
Definition:
fxpackage.hpp:29
FxPackage::Dispatch
virtual NTSTATUS Dispatch(__in MdIrp Irp)=0
FxPackage::DECLARE_INTERNAL_NEW_OPERATOR
DECLARE_INTERNAL_NEW_OPERATOR()
FxPackage::GetDevice
__inline CfxDevice * GetDevice(VOID)
Definition:
fxpackage.hpp:46
Irp
_In_ PIRP Irp
Definition:
csq.h:116
__in
#define __in
Definition:
dbghelp.h:35
WDFTYPE
USHORT WDFTYPE
Definition:
fxtypes.h:29
void
Definition:
nsiface.idl:2307
MdIrp
IWudfIrp * MdIrp
Definition:
mxum.h:103
_FX_DRIVER_GLOBALS
Definition:
fxglobals.h:165
Device
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition:
wdfchildlist.h:474
sdk
lib
drivers
wdf
shared
inc
private
common
fxpackage.hpp
Generated on Tue Nov 26 2024 06:13:56 for ReactOS by
1.9.6