ReactOS 0.4.15-dev-7958-gcd0bb1a
_FILE_ID_BOTH_DIR_INFORMATION Struct Reference

#include <iotypes.h>

Collaboration diagram for _FILE_ID_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]
 
LARGE_INTEGER FileId
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 5749 of file iotypes.h.

Member Data Documentation

◆ AllocationSize

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::AllocationSize

Definition at line 5757 of file iotypes.h.

Referenced by query_dir_item().

◆ ChangeTime

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::ChangeTime

Definition at line 5755 of file iotypes.h.

Referenced by query_dir_item().

◆ CreationTime

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::CreationTime

Definition at line 5752 of file iotypes.h.

Referenced by query_dir_item().

◆ EaSize

ULONG _FILE_ID_BOTH_DIR_INFORMATION::EaSize

Definition at line 5760 of file iotypes.h.

Referenced by Ext2ProcessEntry(), and query_dir_item().

◆ EndOfFile

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::EndOfFile

Definition at line 5756 of file iotypes.h.

Referenced by query_dir_item().

◆ FileAttributes

ULONG _FILE_ID_BOTH_DIR_INFORMATION::FileAttributes

Definition at line 5758 of file iotypes.h.

Referenced by query_dir_item().

◆ FileId

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::FileId

Definition at line 5763 of file iotypes.h.

Referenced by Ext2ProcessEntry(), and query_dir_item().

◆ FileIndex

ULONG _FILE_ID_BOTH_DIR_INFORMATION::FileIndex

Definition at line 5751 of file iotypes.h.

Referenced by query_dir_item().

◆ FileName

WCHAR _FILE_ID_BOTH_DIR_INFORMATION::FileName[1]

Definition at line 5764 of file iotypes.h.

Referenced by Ext2ProcessEntry(), and query_dir_item().

◆ FileNameLength

ULONG _FILE_ID_BOTH_DIR_INFORMATION::FileNameLength

Definition at line 5759 of file iotypes.h.

Referenced by query_dir_item().

◆ LastAccessTime

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::LastAccessTime

Definition at line 5753 of file iotypes.h.

Referenced by query_dir_item().

◆ LastWriteTime

LARGE_INTEGER _FILE_ID_BOTH_DIR_INFORMATION::LastWriteTime

Definition at line 5754 of file iotypes.h.

Referenced by query_dir_item().

◆ NextEntryOffset

ULONG _FILE_ID_BOTH_DIR_INFORMATION::NextEntryOffset

Definition at line 5750 of file iotypes.h.

Referenced by query_dir_item().

◆ ShortName

WCHAR _FILE_ID_BOTH_DIR_INFORMATION::ShortName[12]

Definition at line 5762 of file iotypes.h.

◆ ShortNameLength

CCHAR _FILE_ID_BOTH_DIR_INFORMATION::ShortNameLength

Definition at line 5761 of file iotypes.h.

Referenced by query_dir_item().


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