ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <fxpnpcallbacks.hpp>
Public Member Functions | |
FxPnpDeviceD0ExitPreInterruptsDisabled (VOID) | |
_Must_inspect_result_ NTSTATUS | Invoke (__in WDFDEVICE Device, __in WDF_POWER_DEVICE_STATE TargetState) |
Public Member Functions inherited from FxCallback | |
FxCallback (__in_opt PFX_DRIVER_GLOBALS FxDriverGlobals=NULL) | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType=NonPagedPool) |
VOID | operator delete (__in PVOID pointer) |
Public Attributes | |
PFN_WDF_DEVICE_D0_EXIT_PRE_INTERRUPTS_DISABLED | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 160 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 165 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 173 of file fxpnpcallbacks.hpp.
Referenced by FxPkgPnp::PowerGotoDxIoStopped(), and FxPkgPnp::PowerGotoDxIoStoppedNP().
PFN_WDF_DEVICE_D0_EXIT_PRE_INTERRUPTS_DISABLED FxPnpDeviceD0ExitPreInterruptsDisabled::m_Method |
Definition at line 163 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterCallbacks().