ReactOS 0.4.16-dev-1-gcf26321
|
#include <fxdmaenablercallbacks.hpp>
Public Member Functions | |
FxEvtDmaEnablerFlushCallback (VOID) | |
NTSTATUS | Invoke (__in WDFDMAENABLER Handle) |
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_DMA_ENABLER_FLUSH | m_Method |
NTSTATUS | m_Status |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 75 of file fxdmaenablercallbacks.hpp.
|
inline |
Definition at line 82 of file fxdmaenablercallbacks.hpp.
Definition at line 92 of file fxdmaenablercallbacks.hpp.
Referenced by FxDmaEnabler::PowerDown().
PFN_WDF_DMA_ENABLER_FLUSH FxEvtDmaEnablerFlushCallback::m_Method |
Definition at line 78 of file fxdmaenablercallbacks.hpp.
Referenced by FxDmaEnabler::FxDmaEnabler(), FxDmaEnabler::Initialize(), Invoke(), and FxDmaEnabler::PowerDown().
NTSTATUS FxEvtDmaEnablerFlushCallback::m_Status |
Definition at line 80 of file fxdmaenablercallbacks.hpp.
Referenced by Invoke().