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

Public Attributes | |
| UDFIdentifier | NodeIdentifier |
| _UDFFileControlBlock * | Fcb |
| LIST_ENTRY | DelayedCloseLinks |
| PDEVICE_OBJECT | RealDevice |
| ULONG | TreeLength |
| uint32 | IrpContextFlags |
| LIST_ENTRY _UDFIrpContextLite::DelayedCloseLinks |
Definition at line 410 of file struct.h.
Referenced by UDFCloseAllDelayed(), UDFCloseAllXXXDelayedInDir(), and UDFQueueDelayedClose().
| _UDFFileControlBlock* _UDFIrpContextLite::Fcb |
Definition at line 408 of file struct.h.
Referenced by UDFCloseAllDelayed(), UDFCloseAllXXXDelayedInDir(), and UDFInitializeIrpContextLite().
| uint32 _UDFIrpContextLite::IrpContextFlags |
Definition at line 416 of file struct.h.
Referenced by UDFInitializeIrpContextLite().
| UDFIdentifier _UDFIrpContextLite::NodeIdentifier |
Definition at line 406 of file struct.h.
Referenced by UDFInitializeIrpContextLite().
| PDEVICE_OBJECT _UDFIrpContextLite::RealDevice |
Definition at line 414 of file struct.h.
Referenced by UDFInitializeIrpContextLite().
| ULONG _UDFIrpContextLite::TreeLength |
Definition at line 415 of file struct.h.
Referenced by UDFInitializeIrpContextLite().