ReactOS 0.4.15-dev-7998-gdb93cb1
__HIDCLASS_FILEOP_CONTEXT__ Struct Reference

#include <precomp.h>

Collaboration diagram for __HIDCLASS_FILEOP_CONTEXT__:

Public Attributes

PHIDCLASS_PDO_DEVICE_EXTENSION DeviceExtension
 
KSPIN_LOCK Lock
 
LIST_ENTRY ReadPendingIrpListHead
 
LIST_ENTRY IrpCompletedListHead
 
BOOLEAN StopInProgress
 
KEVENT IrpReadComplete
 

Detailed Description

Definition at line 116 of file precomp.h.

Member Data Documentation

◆ DeviceExtension

PHIDCLASS_PDO_DEVICE_EXTENSION __HIDCLASS_FILEOP_CONTEXT__::DeviceExtension

Definition at line 121 of file precomp.h.

Referenced by HidClass_BuildIrp(), and HidClass_ReadCompleteIrp().

◆ IrpCompletedListHead

LIST_ENTRY __HIDCLASS_FILEOP_CONTEXT__::IrpCompletedListHead

Definition at line 136 of file precomp.h.

Referenced by HidClass_Close(), and HidClass_ReadCompleteIrp().

◆ IrpReadComplete

KEVENT __HIDCLASS_FILEOP_CONTEXT__::IrpReadComplete

Definition at line 146 of file precomp.h.

Referenced by HidClass_Close(), and HidClass_ReadCompleteIrp().

◆ Lock

KSPIN_LOCK __HIDCLASS_FILEOP_CONTEXT__::Lock

Definition at line 126 of file precomp.h.

Referenced by HidClass_Close(), and HidClass_ReadCompleteIrp().

◆ ReadPendingIrpListHead

LIST_ENTRY __HIDCLASS_FILEOP_CONTEXT__::ReadPendingIrpListHead

Definition at line 131 of file precomp.h.

Referenced by HidClass_Close(), and HidClass_ReadCompleteIrp().

◆ StopInProgress

BOOLEAN __HIDCLASS_FILEOP_CONTEXT__::StopInProgress

Definition at line 141 of file precomp.h.

Referenced by HidClass_Close(), and HidClass_ReadCompleteIrp().


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