ReactOS 0.4.15-dev-7953-g1f49173
_RESERVE_IRP_ALLOCATOR Struct Reference

#include <io.h>

Collaboration diagram for _RESERVE_IRP_ALLOCATOR:

Public Attributes

PIRP ReserveIrp
 
volatile LONG ReserveIrpInUse
 
KEVENT WaitEvent
 
CCHAR StackSize
 

Detailed Description

Definition at line 501 of file io.h.

Member Data Documentation

◆ ReserveIrp

PIRP _RESERVE_IRP_ALLOCATOR::ReserveIrp

Definition at line 503 of file io.h.

Referenced by IofCompleteRequest(), and IopAllocateReserveIrp().

◆ ReserveIrpInUse

volatile LONG _RESERVE_IRP_ALLOCATOR::ReserveIrpInUse

Definition at line 504 of file io.h.

Referenced by IopAllocateReserveIrp(), and IopFreeReserveIrp().

◆ StackSize

CCHAR _RESERVE_IRP_ALLOCATOR::StackSize

Definition at line 506 of file io.h.

Referenced by IopAllocateReserveIrp().

◆ WaitEvent

KEVENT _RESERVE_IRP_ALLOCATOR::WaitEvent

Definition at line 505 of file io.h.

Referenced by IopAllocateReserveIrp(), and IopFreeReserveIrp().


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