ReactOS
0.4.16-dev-91-g764881a
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 Fri Oct 4 2024 06:13:26 for ReactOS by
1.9.6