ReactOS 0.4.15-dev-7953-g1f49173
fxcxdeviceinfo.hpp
Go to the documentation of this file.
1//
2// Copyright (C) Microsoft. All rights reserved.
3//
4#ifndef _FXCXDEVICEINFO_H_
5#define _FXCXDEVICEINFO_H_
6
8
9struct FxCxDeviceInfo : public FxStump {
11 Driver(NULL),
12 IoInCallerContextCallback(FxDriverGlobals),
13 Index(0)
14 {
17 }
18
20 {
22 }
23
29};
30
31#endif // _FXCXDEVICEINFO_H_
#define NULL
Definition: types.h:112
#define IsListEmpty(ListHead)
Definition: env_spec_w32.h:954
#define InitializeListHead(ListHead)
Definition: env_spec_w32.h:944
#define ASSERT(a)
Definition: mode.c:44
LIST_ENTRY ListEntry
FxIoInCallerContext IoInCallerContextCallback
FxCxDeviceInfo(PFX_DRIVER_GLOBALS FxDriverGlobals)
FxDriver * Driver
WDF_OBJECT_ATTRIBUTES RequestAttributes
Definition: typedefs.h:120
#define RtlZeroMemory(Destination, Length)
Definition: typedefs.h:262
char CCHAR
Definition: typedefs.h:51
_In_ WDFCOLLECTION _In_ ULONG Index
_Must_inspect_result_ _In_ WDFDRIVER Driver
Definition: wdfcontrol.h:83
_In_ PWDFDEVICE_INIT _In_ PWDF_OBJECT_ATTRIBUTES RequestAttributes
Definition: wdfdevice.h:3431