ReactOS 0.4.15-dev-7998-gdb93cb1
HIDCLASS_IRP_CONTEXT Struct Reference

#include <precomp.h>

Collaboration diagram for HIDCLASS_IRP_CONTEXT:

Public Attributes

PIRP OriginalIrp
 
PHIDCLASS_FILEOP_CONTEXT FileOp
 
PVOID InputReportBuffer
 
ULONG InputReportBufferLength
 
PIO_WORKITEM CompletionWorkItem
 

Detailed Description

Definition at line 150 of file precomp.h.

Member Data Documentation

◆ CompletionWorkItem

PIO_WORKITEM HIDCLASS_IRP_CONTEXT::CompletionWorkItem

Definition at line 175 of file precomp.h.

◆ FileOp

PHIDCLASS_FILEOP_CONTEXT HIDCLASS_IRP_CONTEXT::FileOp

Definition at line 160 of file precomp.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().

◆ InputReportBuffer

PVOID HIDCLASS_IRP_CONTEXT::InputReportBuffer

Definition at line 165 of file precomp.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().

◆ InputReportBufferLength

ULONG HIDCLASS_IRP_CONTEXT::InputReportBufferLength

Definition at line 170 of file precomp.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().

◆ OriginalIrp

PIRP HIDCLASS_IRP_CONTEXT::OriginalIrp

Definition at line 155 of file precomp.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().


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