ReactOS 0.4.15-dev-7842-g558ab78
IFxHasCallbacks Class Referenceabstract

#include <ifxhascallbacks.hpp>

Inheritance diagram for IFxHasCallbacks:

Public Member Functions

virtual VOID GetConstraints (__out WDF_EXECUTION_LEVEL *ExecutionLevel, __out WDF_SYNCHRONIZATION_SCOPE *SynchronizationScope)=0
 
virtual _Must_inspect_result_ FxCallbackLockGetCallbackLockPtr (__out_opt FxObject **LockObject)=0
 

Detailed Description

Definition at line 48 of file ifxhascallbacks.hpp.

Member Function Documentation

◆ GetCallbackLockPtr()

virtual _Must_inspect_result_ FxCallbackLock * IFxHasCallbacks::GetCallbackLockPtr ( __out_opt FxObject **  LockObject)
pure virtual

Implemented in FxDeviceBase.

Referenced by FxGetCallbackLock().

◆ GetConstraints()

virtual VOID IFxHasCallbacks::GetConstraints ( __out WDF_EXECUTION_LEVEL ExecutionLevel,
__out WDF_SYNCHRONIZATION_SCOPE SynchronizationScope 
)
pure virtual

Implemented in FxDriver, and FxIoQueue.


The documentation for this class was generated from the following file: