ReactOS 0.4.15-dev-7942-gd23573b
FxIoQueueForwardProgressAllocateResources Class Reference

#include <fxioqueuecallbacks.hpp>

Inheritance diagram for FxIoQueueForwardProgressAllocateResources:
Collaboration diagram for FxIoQueueForwardProgressAllocateResources:

Public Member Functions

 FxIoQueueForwardProgressAllocateResources (VOID)
 
_Must_inspect_result_ NTSTATUS Invoke (__in WDFQUEUE Queue, __in WDFREQUEST Request)
 
- 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_ALLOCATE_REQUEST_RESOURCES Method
 

Additional Inherited Members

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

Detailed Description

Definition at line 366 of file fxioqueuecallbacks.hpp.

Constructor & Destructor Documentation

◆ FxIoQueueForwardProgressAllocateResources()

FxIoQueueForwardProgressAllocateResources::FxIoQueueForwardProgressAllocateResources ( VOID  )
inline

Definition at line 371 of file fxioqueuecallbacks.hpp.

373 :
374 FxCallback()
375 {
376 Method = NULL;
377 }
PFN_WDF_IO_ALLOCATE_REQUEST_RESOURCES Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

_Must_inspect_result_ NTSTATUS FxIoQueueForwardProgressAllocateResources::Invoke ( __in WDFQUEUE  Queue,
__in WDFREQUEST  Request 
)
inline

Definition at line 381 of file fxioqueuecallbacks.hpp.

385 {
386 ASSERT(Method != NULL);
387 return Method(Queue, Request);
388 }
#define ASSERT(a)
Definition: mode.c:44
_Must_inspect_result_ _In_ WDFDEVICE _In_ PIRP _In_ WDFQUEUE Queue
Definition: wdfdevice.h:2225
_In_ WDFREQUEST Request
Definition: wdfdevice.h:547

Referenced by FxIoQueue::InvokeAllocateResourcesCallback().

Member Data Documentation

◆ Method

PFN_WDF_IO_ALLOCATE_REQUEST_RESOURCES FxIoQueueForwardProgressAllocateResources::Method

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