ReactOS 0.4.15-dev-7942-gd23573b
FxIoQueueForwardProgressExamineIrp Class Reference

#include <fxioqueuecallbacks.hpp>

Inheritance diagram for FxIoQueueForwardProgressExamineIrp:
Collaboration diagram for FxIoQueueForwardProgressExamineIrp:

Public Member Functions

 FxIoQueueForwardProgressExamineIrp (VOID)
 
WDF_IO_FORWARD_PROGRESS_ACTION Invoke (__in WDFQUEUE Queue, __in PIRP Irp)
 
- 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_IO_WDM_IRP_FOR_FORWARD_PROGRESS Method
 

Additional Inherited Members

- Protected Member Functions inherited from FxCallback
void __inline CallbackStart (VOID)
 
void __inline CallbackEnd (VOID)
 

Detailed Description

Definition at line 391 of file fxioqueuecallbacks.hpp.

Constructor & Destructor Documentation

◆ FxIoQueueForwardProgressExamineIrp()

FxIoQueueForwardProgressExamineIrp::FxIoQueueForwardProgressExamineIrp ( VOID  )
inline

Definition at line 395 of file fxioqueuecallbacks.hpp.

397 :
398 FxCallback()
399 {
400 Method = NULL;
401 }
PFN_WDF_IO_WDM_IRP_FOR_FORWARD_PROGRESS Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

WDF_IO_FORWARD_PROGRESS_ACTION FxIoQueueForwardProgressExamineIrp::Invoke ( __in WDFQUEUE  Queue,
__in PIRP  Irp 
)
inline

Definition at line 404 of file fxioqueuecallbacks.hpp.

408 {
409 ASSERT(Method != NULL);
410 return Method(Queue, Irp);
411 }
_In_ PIRP Irp
Definition: csq.h:116
#define ASSERT(a)
Definition: mode.c:44
_Must_inspect_result_ _In_ WDFDEVICE _In_ PIRP _In_ WDFQUEUE Queue
Definition: wdfdevice.h:2225

Member Data Documentation

◆ Method

PFN_WDF_IO_WDM_IRP_FOR_FORWARD_PROGRESS FxIoQueueForwardProgressExamineIrp::Method

Definition at line 393 of file fxioqueuecallbacks.hpp.

Referenced by FxIoQueueForwardProgressExamineIrp(), and Invoke().


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