ReactOS 0.4.15-dev-7942-gd23573b
FxIoQueueIoStop Class Reference

#include <fxioqueuecallbacks.hpp>

Inheritance diagram for FxIoQueueIoStop:
Collaboration diagram for FxIoQueueIoStop:

Public Member Functions

 FxIoQueueIoStop (VOID)
 
void Invoke (__in WDFQUEUE Queue, __in WDFREQUEST Request, __in ULONG ActionFlags)
 
- Public Member Functions inherited from FxLockedCallback
 FxLockedCallback (VOID)
 
FxCallbackLockGetCallbackLockPtr (VOID)
 
void SetCallbackLockPtr (FxCallbackLock *Lock)
 

Public Attributes

PFN_WDF_IO_QUEUE_IO_STOP Method
 

Additional Inherited Members

- Protected Member Functions inherited from FxLockedCallback
__inline void CallbackStart (__out PKIRQL PreviousIrql)
 
__inline void CallbackEnd (__in KIRQL PreviousIrql)
 

Detailed Description

Definition at line 69 of file fxioqueuecallbacks.hpp.

Constructor & Destructor Documentation

◆ FxIoQueueIoStop()

FxIoQueueIoStop::FxIoQueueIoStop ( VOID  )
inline

Definition at line 74 of file fxioqueuecallbacks.hpp.

76 :
78 {
79 Method = NULL;
80 }
PFN_WDF_IO_QUEUE_IO_STOP Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

void FxIoQueueIoStop::Invoke ( __in WDFQUEUE  Queue,
__in WDFREQUEST  Request,
__in ULONG  ActionFlags 
)
inline

Definition at line 83 of file fxioqueuecallbacks.hpp.

88 {
89 if (Method != NULL) {
90 KIRQL irql = 0;
91
95 }
96 }
__inline void CallbackEnd(__in KIRQL PreviousIrql)
Definition: fxcallback.hpp:126
__inline void CallbackStart(__out PKIRQL PreviousIrql)
Definition: fxcallback.hpp:115
KIRQL irql
Definition: wave.h:1
UCHAR KIRQL
Definition: env_spec_w32.h:591
_Must_inspect_result_ _In_ WDFDEVICE _In_ PIRP _In_ WDFQUEUE Queue
Definition: wdfdevice.h:2225
_In_ WDFREQUEST Request
Definition: wdfdevice.h:547
_In_ WDFREQUEST _In_ ULONG ActionFlags
Definition: wdfio.h:255

Member Data Documentation

◆ Method

PFN_WDF_IO_QUEUE_IO_STOP FxIoQueueIoStop::Method

Definition at line 72 of file fxioqueuecallbacks.hpp.

Referenced by FxIoQueueIoStop(), FxIoQueue::Initialize(), and Invoke().


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