ReactOS 0.4.16-dev-336-gb667d82
|
#include <fxpnpcallbacks.hpp>
Public Member Functions | |
FxPowerDeviceArmWakeFromSx (VOID) | |
_Must_inspect_result_ NTSTATUS | Invoke (__in WDFDEVICE Device, __in BOOLEAN DeviceWakeEnabled, __in BOOLEAN ChildrenArmedForWake) |
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_ARM_WAKE_FROM_SX | m_Method |
PFN_WDF_DEVICE_ARM_WAKE_FROM_SX_WITH_REASON | m_MethodWithReason |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 855 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 861 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 870 of file fxpnpcallbacks.hpp.
PFN_WDF_DEVICE_ARM_WAKE_FROM_SX FxPowerDeviceArmWakeFromSx::m_Method |
Definition at line 858 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterPowerPolicyCallbacks().
PFN_WDF_DEVICE_ARM_WAKE_FROM_SX_WITH_REASON FxPowerDeviceArmWakeFromSx::m_MethodWithReason |
Definition at line 859 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterPowerPolicyCallbacks().