ReactOS 0.4.15-dev-7942-gd23573b
FxIoQueueIoInternalDeviceControl Class Reference

#include <fxioqueuecallbacks.hpp>

Inheritance diagram for FxIoQueueIoInternalDeviceControl:
Collaboration diagram for FxIoQueueIoInternalDeviceControl:

Public Member Functions

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

Public Attributes

PFN_WDF_IO_QUEUE_IO_INTERNAL_DEVICE_CONTROL 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 241 of file fxioqueuecallbacks.hpp.

Constructor & Destructor Documentation

◆ FxIoQueueIoInternalDeviceControl()

FxIoQueueIoInternalDeviceControl::FxIoQueueIoInternalDeviceControl ( VOID  )
inline

Definition at line 246 of file fxioqueuecallbacks.hpp.

248 :
250 {
251 Method = NULL;
252 }
PFN_WDF_IO_QUEUE_IO_INTERNAL_DEVICE_CONTROL Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

void FxIoQueueIoInternalDeviceControl::Invoke ( __in WDFQUEUE  Queue,
__in WDFREQUEST  Request,
__in ULONG  OutputBufferLength,
__in ULONG  InputBufferLength,
__in ULONG  IoInternalControlCode 
)
inline

Definition at line 255 of file fxioqueuecallbacks.hpp.

262 {
263 if (Method != NULL) {
264 KIRQL irql = 0;
265
267 Method(
268 Queue,
269 Request,
272 IoInternalControlCode
273 );
275 }
276 }
__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_ size_t OutputBufferLength
Definition: wdfio.h:320
_In_ WDFREQUEST _In_ size_t _In_ size_t InputBufferLength
Definition: wdfio.h:322

Referenced by FxIoQueue::DispatchRequestToDriver().

Member Data Documentation

◆ Method


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