ReactOS 0.4.15-dev-8058-ga7cbb60
_UDFContextControlBlock Struct Reference

#include <struct.h>

Collaboration diagram for _UDFContextControlBlock:

Public Attributes

UDFIdentifier NodeIdentifier
 
struct _UDFFileControlBlockFcb
 
LIST_ENTRY NextCCB
 
PFILE_OBJECT FileObject
 
uint32 CCBFlags
 
ULONG CurrentIndex
 
PUNICODE_STRING DirectorySearchPattern
 
HASH_ENTRY hashes
 
ULONG TreeLength
 
ACCESS_MASK PreviouslyGrantedAccess
 

Detailed Description

Definition at line 108 of file struct.h.

Member Data Documentation

◆ CCBFlags

uint32 _UDFContextControlBlock::CCBFlags

Definition at line 117 of file struct.h.

Referenced by UDFRename().

◆ CurrentIndex

ULONG _UDFContextControlBlock::CurrentIndex

Definition at line 119 of file struct.h.

◆ DirectorySearchPattern

PUNICODE_STRING _UDFContextControlBlock::DirectorySearchPattern

Definition at line 122 of file struct.h.

◆ Fcb

struct _UDFFileControlBlock* _UDFContextControlBlock::Fcb

Definition at line 111 of file struct.h.

Referenced by UDFCommonCreate().

◆ FileObject

PFILE_OBJECT _UDFContextControlBlock::FileObject

Definition at line 115 of file struct.h.

◆ hashes

HASH_ENTRY _UDFContextControlBlock::hashes

Definition at line 123 of file struct.h.

◆ NextCCB

LIST_ENTRY _UDFContextControlBlock::NextCCB

Definition at line 113 of file struct.h.

◆ NodeIdentifier

UDFIdentifier _UDFContextControlBlock::NodeIdentifier

Definition at line 109 of file struct.h.

Referenced by UDFCommonCreate().

◆ PreviouslyGrantedAccess

ACCESS_MASK _UDFContextControlBlock::PreviouslyGrantedAccess

Definition at line 126 of file struct.h.

◆ TreeLength

ULONG _UDFContextControlBlock::TreeLength

Definition at line 124 of file struct.h.

Referenced by UDFRename().


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