|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <cdstruc.h>

Public Member Functions | |
| _Field_range_ (==, CDFS_NTC_IRP_CONTEXT_LITE) NODE_TYPE_CODE NodeTypeCode | |
Public Attributes | |
| NODE_BYTE_SIZE | NodeByteSize |
| PFCB | Fcb |
| LIST_ENTRY | DelayedCloseLinks |
| ULONG | UserReference |
| PDEVICE_OBJECT | RealDevice |
| _IRP_CONTEXT_LITE::_Field_range_ | ( | CDFS_NTC_IRP_CONTEXT_LITE | ) |
| LIST_ENTRY _IRP_CONTEXT_LITE::DelayedCloseLinks |
Definition at line 1293 of file cdstruc.h.
Referenced by CdQueueClose().
| PFCB _IRP_CONTEXT_LITE::Fcb |
Definition at line 1287 of file cdstruc.h.
Referenced by CdQueueClose(), and CdRemoveClose().
| NODE_BYTE_SIZE _IRP_CONTEXT_LITE::NodeByteSize |
Definition at line 1281 of file cdstruc.h.
Referenced by CdQueueClose().
| PDEVICE_OBJECT _IRP_CONTEXT_LITE::RealDevice |
Definition at line 1305 of file cdstruc.h.
Referenced by CdQueueClose().
| ULONG _IRP_CONTEXT_LITE::UserReference |
Definition at line 1299 of file cdstruc.h.
Referenced by CdQueueClose().