ReactOS 0.4.15-dev-7958-gcd0bb1a
_FILE_BOTH_DIR_INFORMATION Struct Reference

#include <from_kernel.h>

Collaboration diagram for _FILE_BOTH_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
 
CCHAR ShortNameLength
 
WCHAR ShortName [12]
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 138 of file from_kernel.h.

Member Data Documentation

◆ AllocationSize

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::AllocationSize

◆ ChangeTime

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::ChangeTime

Definition at line 144 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and VfatGetFileBothInformation().

◆ CreationTime

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::CreationTime

Definition at line 141 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and VfatGetFileBothInformation().

◆ EaSize

ULONG _FILE_BOTH_DIR_INFORMATION::EaSize

Definition at line 149 of file from_kernel.h.

Referenced by query_dir_item(), and VfatGetFileBothInformation().

◆ EndOfFile

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::EndOfFile

◆ FileAttributes

ULONG _FILE_BOTH_DIR_INFORMATION::FileAttributes

Definition at line 147 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and VfatGetFileBothInformation().

◆ FileIndex

ULONG _FILE_BOTH_DIR_INFORMATION::FileIndex

Definition at line 140 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and UDFQueryDirectory().

◆ FileName

WCHAR _FILE_BOTH_DIR_INFORMATION::FileName

◆ FileNameLength

ULONG _FILE_BOTH_DIR_INFORMATION::FileNameLength

◆ LastAccessTime

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::LastAccessTime

Definition at line 142 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and VfatGetFileBothInformation().

◆ LastWriteTime

LARGE_INTEGER _FILE_BOTH_DIR_INFORMATION::LastWriteTime

Definition at line 143 of file from_kernel.h.

Referenced by Ext2ProcessEntry(), query_dir_item(), and VfatGetFileBothInformation().

◆ NextEntryOffset

ULONG _FILE_BOTH_DIR_INFORMATION::NextEntryOffset

◆ ShortName

WCHAR _FILE_BOTH_DIR_INFORMATION::ShortName

Definition at line 151 of file from_kernel.h.

Referenced by VfatGetFileBothInformation().

◆ ShortNameLength

CCHAR _FILE_BOTH_DIR_INFORMATION::ShortNameLength

Definition at line 150 of file from_kernel.h.

Referenced by query_dir_item(), and VfatGetFileBothInformation().


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