ReactOS 0.4.16-dev-125-g798ea90
|
#include <cdstruc.h>
Public Attributes | |
__volatile LONG | IrpCount |
PIRP | MasterIrp |
__volatile NTSTATUS | Status |
BOOLEAN | AllocatedContext |
union { | |
struct { | |
PERESOURCE Resource | |
ERESOURCE_THREAD ResourceThreadId | |
ULONG RequestedByteCount | |
} | |
KEVENT SyncEvent | |
}; | |
union { ... } _CD_IO_CONTEXT::@686 |
__volatile LONG _CD_IO_CONTEXT::IrpCount |
Definition at line 1325 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdMultiSyncCompletionRoutine().
PIRP _CD_IO_CONTEXT::MasterIrp |
Definition at line 1326 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdMultiSyncCompletionRoutine().
ULONG _CD_IO_CONTEXT::RequestedByteCount |
Definition at line 1340 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdSingleAsyncCompletionRoutine().
PERESOURCE _CD_IO_CONTEXT::Resource |
Definition at line 1338 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdSingleAsyncCompletionRoutine().
ERESOURCE_THREAD _CD_IO_CONTEXT::ResourceThreadId |
Definition at line 1339 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdSingleAsyncCompletionRoutine().
__volatile NTSTATUS _CD_IO_CONTEXT::Status |
Definition at line 1327 of file cdstruc.h.
Referenced by CdMultiAsyncCompletionRoutine(), and CdMultiSyncCompletionRoutine().
KEVENT _CD_IO_CONTEXT::SyncEvent |
Definition at line 1347 of file cdstruc.h.
Referenced by CdMultiSyncCompletionRoutine().