ReactOS 0.4.16-dev-321-g63bb46a
|
#include "coreprivshared.hpp"
Go to the source code of this file.
Functions | |
__drv_maxIRQL (DISPATCH_LEVEL) VOID STDCALL WDFEXPORT(WdfControlFinishInitializing)(__in PWDF_DRIVER_GLOBALS DriverGlobals | |
FxObjectHandleGetPtrAndGlobals (GetFxDriverGlobals(DriverGlobals), Device, FX_TYPE_DEVICE,(PVOID *) &pDevice, &pFxDriverGlobals) | |
MxDeviceObject | device (pDevice->GetDeviceObject()) |
if (pDevice->IsLegacy()) | |
FxVerifierDbgBreakPoint (pFxDriverGlobals) | |
Variables | |
__in WDFDEVICE | Device |
FxDevice * | pDevice |
else | |
__drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
MxDeviceObject device | ( | pDevice-> | GetDeviceObject() | ) |
FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
Device | , | ||
FX_TYPE_DEVICE | , | ||
(PVOID *) & | pDevice, | ||
& | pFxDriverGlobals | ||
) |
FxVerifierDbgBreakPoint | ( | pFxDriverGlobals | ) |
if | ( | pDevice-> | IsLegacy() | ) |
Definition at line 54 of file fxdevicecontrolapi.cpp.
Definition at line 40 of file fxdevicecontrolapi.cpp.
else |
Definition at line 58 of file fxdevicecontrolapi.cpp.
FxDevice* pDevice |
Definition at line 44 of file fxdevicecontrolapi.cpp.