|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxpnpcallbacks.hpp>


Public Member Functions | |
| FxPowerStateCallback (VOID) | |
| VOID | Invoke (__in WDF_DEVICE_POWER_STATE State, __in WDF_STATE_NOTIFICATION_TYPE Type, __in WDFDEVICE Device, __in PCWDF_DEVICE_POWER_NOTIFICATION_DATA NotificationData) |
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 | |
| FxPowerStateCallbackInfo | m_Methods [WdfDevStatePowerNull-WdfDevStatePowerObjectCreated] |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
| void __inline | CallbackStart (VOID) |
| void __inline | CallbackEnd (VOID) |
Definition at line 1053 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 1054 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 1062 of file fxpnpcallbacks.hpp.
Referenced by FxPkgPnp::PowerEnterNewState().
| FxPowerStateCallbackInfo FxPowerStateCallback::m_Methods[WdfDevStatePowerNull-WdfDevStatePowerObjectCreated] |
Definition at line 1080 of file fxpnpcallbacks.hpp.
Referenced by FxPowerStateCallback(), and Invoke().