ReactOS 0.4.15-dev-8052-gc0e3179
_UDFIrpContextLite Struct Reference

#include <struct.h>

Collaboration diagram for _UDFIrpContextLite:

Public Attributes

UDFIdentifier NodeIdentifier
 
_UDFFileControlBlockFcb
 
LIST_ENTRY DelayedCloseLinks
 
PDEVICE_OBJECT RealDevice
 
ULONG TreeLength
 
uint32 IrpContextFlags
 

Detailed Description

Definition at line 405 of file struct.h.

Member Data Documentation

◆ DelayedCloseLinks

LIST_ENTRY _UDFIrpContextLite::DelayedCloseLinks

Definition at line 410 of file struct.h.

Referenced by UDFCloseAllDelayed(), UDFCloseAllXXXDelayedInDir(), and UDFQueueDelayedClose().

◆ Fcb

_UDFFileControlBlock* _UDFIrpContextLite::Fcb

◆ IrpContextFlags

uint32 _UDFIrpContextLite::IrpContextFlags

Definition at line 416 of file struct.h.

Referenced by UDFInitializeIrpContextLite().

◆ NodeIdentifier

UDFIdentifier _UDFIrpContextLite::NodeIdentifier

Definition at line 406 of file struct.h.

Referenced by UDFInitializeIrpContextLite().

◆ RealDevice

PDEVICE_OBJECT _UDFIrpContextLite::RealDevice

Definition at line 414 of file struct.h.

Referenced by UDFInitializeIrpContextLite().

◆ TreeLength

ULONG _UDFIrpContextLite::TreeLength

Definition at line 415 of file struct.h.

Referenced by UDFInitializeIrpContextLite().


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