ReactOS 0.4.15-dev-8434-g155a7c7
fxrelateddevice.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 FxRelatedDevice.cpp
8
9Abstract:
10
11 This module implements the FxRelatedDevice class which is used in usage
12 notification propagation
13
14Author:
15
16
17
18Environment:
19
20 Kernel mode only
21
22Revision History:
23
24--*/
25
26#include "fxsupportpch.hpp"
27
32 m_DeviceObject(DeviceObject),
34{
37}
38
40 VOID
41 )
42{
44}
MdDeviceObject m_DeviceObject
FxRelatedDevice(__in MdDeviceObject DeviceObject, __in PFX_DRIVER_GLOBALS FxDriverGlobals)
FxTransactionedEntry m_TransactionedEntry
CLIPBOARD_GLOBALS Globals
Definition: clipbrd.c:13
#define __in
Definition: dbghelp.h:35
@ RelatedDeviceStateNeedsReportPresent
@ FX_TYPE_RELATED_DEVICE
Definition: fxtypes.h:74
VOID SetTransactionedObject(__in FxObject *Object)
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2055
#define ObDereferenceObject
Definition: obfuncs.h:203
#define ObReferenceObject
Definition: obfuncs.h:204