ReactOS 0.4.16-dev-340-g0540c21
|
#include <io.h>
Public Attributes | |
PIRP | ReserveIrp |
volatile LONG | ReserveIrpInUse |
KEVENT | WaitEvent |
CCHAR | StackSize |
PIRP _RESERVE_IRP_ALLOCATOR::ReserveIrp |
Definition at line 503 of file io.h.
Referenced by IofCompleteRequest(), and IopAllocateReserveIrp().
Definition at line 504 of file io.h.
Referenced by IopAllocateReserveIrp(), and IopFreeReserveIrp().
CCHAR _RESERVE_IRP_ALLOCATOR::StackSize |
Definition at line 506 of file io.h.
Referenced by IopAllocateReserveIrp().
KEVENT _RESERVE_IRP_ALLOCATOR::WaitEvent |
Definition at line 505 of file io.h.
Referenced by IopAllocateReserveIrp(), and IopFreeReserveIrp().