ReactOS 0.4.15-dev-7953-g1f49173
_FILE_ID_EXTD_DIR_INFORMATION Struct Reference
Collaboration diagram for _FILE_ID_EXTD_DIR_INFORMATION:

Public Attributes

ULONG NextEntryOffset
 
ULONG FileIndex
 
LARGE_INTEGER CreationTime
 
LARGE_INTEGER LastAccessTime
 
LARGE_INTEGER LastWriteTime
 
LARGE_INTEGER ChangeTime
 
LARGE_INTEGER EndOfFile
 
LARGE_INTEGER AllocationSize
 
ULONG FileAttributes
 
ULONG FileNameLength
 
ULONG EaSize
 
ULONG ReparsePointTag
 
FILE_ID_128 FileId
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 27 of file dirctrl.c.

Member Data Documentation

◆ AllocationSize

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::AllocationSize

Definition at line 35 of file dirctrl.c.

Referenced by query_dir_item().

◆ ChangeTime

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::ChangeTime

Definition at line 33 of file dirctrl.c.

Referenced by query_dir_item().

◆ CreationTime

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::CreationTime

Definition at line 30 of file dirctrl.c.

Referenced by query_dir_item().

◆ EaSize

ULONG _FILE_ID_EXTD_DIR_INFORMATION::EaSize

Definition at line 38 of file dirctrl.c.

Referenced by query_dir_item().

◆ EndOfFile

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::EndOfFile

Definition at line 34 of file dirctrl.c.

Referenced by query_dir_item().

◆ FileAttributes

ULONG _FILE_ID_EXTD_DIR_INFORMATION::FileAttributes

Definition at line 36 of file dirctrl.c.

Referenced by query_dir_item().

◆ FileId

FILE_ID_128 _FILE_ID_EXTD_DIR_INFORMATION::FileId

Definition at line 40 of file dirctrl.c.

Referenced by query_dir_item().

◆ FileIndex

ULONG _FILE_ID_EXTD_DIR_INFORMATION::FileIndex

Definition at line 29 of file dirctrl.c.

Referenced by query_dir_item().

◆ FileName

WCHAR _FILE_ID_EXTD_DIR_INFORMATION::FileName[1]

Definition at line 41 of file dirctrl.c.

Referenced by query_dir_item().

◆ FileNameLength

ULONG _FILE_ID_EXTD_DIR_INFORMATION::FileNameLength

Definition at line 37 of file dirctrl.c.

Referenced by query_dir_item().

◆ LastAccessTime

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::LastAccessTime

Definition at line 31 of file dirctrl.c.

Referenced by query_dir_item().

◆ LastWriteTime

LARGE_INTEGER _FILE_ID_EXTD_DIR_INFORMATION::LastWriteTime

Definition at line 32 of file dirctrl.c.

Referenced by query_dir_item().

◆ NextEntryOffset

ULONG _FILE_ID_EXTD_DIR_INFORMATION::NextEntryOffset

Definition at line 28 of file dirctrl.c.

Referenced by query_dir_item().

◆ ReparsePointTag

ULONG _FILE_ID_EXTD_DIR_INFORMATION::ReparsePointTag

Definition at line 39 of file dirctrl.c.

Referenced by query_dir_item().


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