ReactOS
0.4.16-dev-92-g0c2cdca
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 Mon Oct 7 2024 06:15:39 for ReactOS by
1.9.6