ReactOS 0.4.15-dev-7924-g5949c20
fxrelateddeviceum.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft. All rights reserved.
4
5Module Name:
6
7 FxRelatedDeviceUm.cpp
8
9Abstract:
10
11 This module implements the FxRelatedDevice class which is used in usage
12 notification propagation
13
14Author:
15
16
17
18
19Environment:
20
21 User mode only
22
23Revision History:
24
25--*/
26
27#include <fxmin.hpp>
28
29#pragma warning(push)
30#pragma warning(disable:4100) //unreferenced parameter
31
36 m_DeviceObject(NULL),
38{
40}
41
43 VOID
44 )
45{
47}
48
49#pragma warning(pop)
FxRelatedDevice(__in MdDeviceObject DeviceObject, __in PFX_DRIVER_GLOBALS FxDriverGlobals)
CLIPBOARD_GLOBALS Globals
Definition: clipbrd.c:13
#define __in
Definition: dbghelp.h:35
#define NULL
Definition: types.h:112
@ RelatedDeviceStateNeedsReportPresent
@ FX_TYPE_RELATED_DEVICE
Definition: fxtypes.h:74
VOID UfxVerifierTrapNotImpl()
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2055