ReactOS 0.4.15-dev-7846-g8ba6c66
_IRP_CONTEXT_LITE Struct Reference

#include <cdstruc.h>

Collaboration diagram for _IRP_CONTEXT_LITE:

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
 

Detailed Description

Definition at line 1274 of file cdstruc.h.

Member Function Documentation

◆ _Field_range_()

_IRP_CONTEXT_LITE::_Field_range_ ( CDFS_NTC_IRP_CONTEXT_LITE  )

Member Data Documentation

◆ DelayedCloseLinks

LIST_ENTRY _IRP_CONTEXT_LITE::DelayedCloseLinks

Definition at line 1293 of file cdstruc.h.

Referenced by CdQueueClose().

◆ Fcb

PFCB _IRP_CONTEXT_LITE::Fcb

Definition at line 1287 of file cdstruc.h.

Referenced by CdQueueClose(), and CdRemoveClose().

◆ NodeByteSize

NODE_BYTE_SIZE _IRP_CONTEXT_LITE::NodeByteSize

Definition at line 1281 of file cdstruc.h.

Referenced by CdQueueClose().

◆ RealDevice

PDEVICE_OBJECT _IRP_CONTEXT_LITE::RealDevice

Definition at line 1305 of file cdstruc.h.

Referenced by CdQueueClose().

◆ UserReference

ULONG _IRP_CONTEXT_LITE::UserReference

Definition at line 1299 of file cdstruc.h.

Referenced by CdQueueClose().


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