ReactOS 0.4.16-dev-336-gb667d82
|
#include <fxpnpcallbacks.hpp>
Public Member Functions | |
FxPnpDeviceD0EntryPostInterruptsEnabled (VOID) | |
_Must_inspect_result_ NTSTATUS | Invoke (__in WDFDEVICE Device, __in WDF_POWER_DEVICE_STATE PreviousState) |
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_ENTRY_POST_INTERRUPTS_ENABLED | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 94 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 99 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 107 of file fxpnpcallbacks.hpp.
PFN_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED FxPnpDeviceD0EntryPostInterruptsEnabled::m_Method |
Definition at line 97 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterCallbacks().