ReactOS 0.4.15-dev-8100-g1887773
FxIoQueueForwardProgressAllocateResourcesReserved Class Reference

#include <fxioqueuecallbacks.hpp>

Inheritance diagram for FxIoQueueForwardProgressAllocateResourcesReserved:
Collaboration diagram for FxIoQueueForwardProgressAllocateResourcesReserved:

Public Member Functions

 FxIoQueueForwardProgressAllocateResourcesReserved (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_RESOURCES_FOR_RESERVED_REQUEST Method
 

Additional Inherited Members

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

Detailed Description

Definition at line 341 of file fxioqueuecallbacks.hpp.

Constructor & Destructor Documentation

◆ FxIoQueueForwardProgressAllocateResourcesReserved()

FxIoQueueForwardProgressAllocateResourcesReserved::FxIoQueueForwardProgressAllocateResourcesReserved ( VOID  )
inline

Definition at line 346 of file fxioqueuecallbacks.hpp.

348 :
349 FxCallback()
350 {
351 Method = NULL;
352 }
PFN_WDF_IO_ALLOCATE_RESOURCES_FOR_RESERVED_REQUEST Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

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

Definition at line 356 of file fxioqueuecallbacks.hpp.

360 {
361 ASSERT(Method != NULL);
362 return Method(Queue, Request);
363 }
#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::AllocateReservedRequest().

Member Data Documentation

◆ Method

PFN_WDF_IO_ALLOCATE_RESOURCES_FOR_RESERVED_REQUEST FxIoQueueForwardProgressAllocateResourcesReserved::Method

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