|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().