ReactOS 0.4.15-dev-7942-gd23573b
_IO_CSQ Struct Reference

#include <csq.h>

Collaboration diagram for _IO_CSQ:

Public Attributes

ULONG Type
 
PIO_CSQ_INSERT_IRP CsqInsertIrp
 
PIO_CSQ_REMOVE_IRP CsqRemoveIrp
 
PIO_CSQ_PEEK_NEXT_IRP CsqPeekNextIrp
 
PIO_CSQ_ACQUIRE_LOCK CsqAcquireLock
 
PIO_CSQ_RELEASE_LOCK CsqReleaseLock
 
PIO_CSQ_COMPLETE_CANCELED_IRP CsqCompleteCanceledIrp
 
PVOID ReservePointer
 

Detailed Description

Definition at line 222 of file csq.h.

Member Data Documentation

◆ CsqAcquireLock

◆ CsqCompleteCanceledIrp

PIO_CSQ_COMPLETE_CANCELED_IRP _IO_CSQ::CsqCompleteCanceledIrp

Definition at line 229 of file csq.h.

Referenced by _Function_class_(), IoCsqInitialize(), IoCsqInitializeEx(), and IoCsqInsertIrpEx().

◆ CsqInsertIrp

PIO_CSQ_INSERT_IRP _IO_CSQ::CsqInsertIrp

Definition at line 224 of file csq.h.

Referenced by IoCsqInitialize(), IoCsqInitializeEx(), and IoCsqInsertIrpEx().

◆ CsqPeekNextIrp

PIO_CSQ_PEEK_NEXT_IRP _IO_CSQ::CsqPeekNextIrp

Definition at line 226 of file csq.h.

Referenced by IoCsqInitialize(), IoCsqInitializeEx(), and IoCsqRemoveNextIrp().

◆ CsqReleaseLock

◆ CsqRemoveIrp

◆ ReservePointer

PVOID _IO_CSQ::ReservePointer

Definition at line 230 of file csq.h.

Referenced by IoCsqInitialize(), and IoCsqInitializeEx().

◆ Type

ULONG _IO_CSQ::Type

Definition at line 223 of file csq.h.

Referenced by _Function_class_(), IoCsqInitialize(), IoCsqInitializeEx(), and IoCsqInsertIrpEx().


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