ReactOS
0.4.15-dev-2087-g6bfb76b
|
#include <from_kernel.h>
Public Attributes | |
ULONG | NextEntryOffset |
ULONG | FileIndex |
ULONG | FileNameLength |
WCHAR | FileName [1] |
Definition at line 117 of file from_kernel.h.
ULONG _FILE_NAMES_INFORMATION::FileIndex |
Definition at line 119 of file from_kernel.h.
Referenced by DoQuery(), NtfsQueryDirectory(), query_dir_item(), and UDFQueryDirectory().
WCHAR _FILE_NAMES_INFORMATION::FileName |
Definition at line 121 of file from_kernel.h.
Referenced by Ext2ProcessEntry(), FFSProcessDirEntry(), query_dir_item(), RfsdProcessDirEntry(), and VfatGetFileNamesInformation().
ULONG _FILE_NAMES_INFORMATION::FileNameLength |
Definition at line 120 of file from_kernel.h.
Referenced by Ext2ProcessEntry(), FFSProcessDirEntry(), query_dir_item(), RfsdProcessDirEntry(), UDFQueryDirectory(), and VfatGetFileNamesInformation().
ULONG _FILE_NAMES_INFORMATION::NextEntryOffset |
Definition at line 118 of file from_kernel.h.
Referenced by DoQuery(), Ext2ProcessEntry(), FFSProcessDirEntry(), NtfsQueryDirectory(), query_dir_item(), RfsdProcessDirEntry(), and VfatGetFileNamesInformation().