ReactOS 0.4.16-dev-329-g9223134
|
#include <fxpnpcallbacks.hpp>
Public Member Functions | |
FxPnpDeviceD0Exit (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 | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 127 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 132 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 140 of file fxpnpcallbacks.hpp.
Referenced by FxPkgPnp::PowerConnectInterruptFailed(), FxPkgPnp::PowerGotoDxIoStopped(), and FxPkgPnp::PowerGotoDxIoStoppedNP().
PFN_WDF_DEVICE_D0_EXIT FxPnpDeviceD0Exit::m_Method |
Definition at line 130 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterCallbacks().