ReactOS
0.4.16-dev-1028-g8602629
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
fxpackage.cpp
Go to the documentation of this file.
1
/*++
2
3
Copyright (c) Microsoft Corporation
4
5
Module Name:
6
7
package.cpp
8
9
Abstract:
10
11
This module implements the base package class. Other packages will
12
derive from this base class.
13
14
Author:
15
16
17
18
Environment:
19
20
Both kernel and user mode
21
22
Revision History:
23
24
--*/
25
26
27
#include "
shared/irphandlers/irphandlerspriv.hpp
"
28
29
#include "
fxpackage.hpp
"
30
31
FxPackage::FxPackage
(
32
__in
PFX_DRIVER_GLOBALS
FxDriverGlobals,
33
__in
CfxDevice
*
Device
,
34
__in
WDFTYPE
Type
35
) :
36
// By passing 0, we are indicating we are an internal object which will not
37
// represented as a WDFHANDLE
38
FxNonPagedObject
(
Type
, 0, FxDriverGlobals)
39
{
40
m_Device
=
Device
;
41
}
Type
Type
Definition:
Type.h:7
FxDevice
Definition:
fxdevice.hpp:487
FxNonPagedObject
Definition:
fxnonpagedobject.hpp:46
FxObject::m_Device
CfxDevice * m_Device
Definition:
fxobject.hpp:329
FxPackage::FxPackage
FxPackage(__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in CfxDevice *Device, __in WDFTYPE Type)
Definition:
fxpackage.cpp:31
__in
#define __in
Definition:
dbghelp.h:35
fxpackage.hpp
WDFTYPE
USHORT WDFTYPE
Definition:
fxtypes.h:29
irphandlerspriv.hpp
_FX_DRIVER_GLOBALS
Definition:
fxglobals.h:165
Device
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition:
wdfchildlist.h:474
sdk
lib
drivers
wdf
shared
irphandlers
package
fxpackage.cpp
Generated on Thu Apr 24 2025 06:15:31 for ReactOS by
1.9.6