ReactOS 0.4.16-dev-136-g52192f1
|
#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(), query_dir_item(), and VfatGetFileNamesInformation().
ULONG _FILE_NAMES_INFORMATION::FileNameLength |
Definition at line 120 of file from_kernel.h.
Referenced by Ext2ProcessEntry(), query_dir_item(), UDFQueryDirectory(), and VfatGetFileNamesInformation().
ULONG _FILE_NAMES_INFORMATION::NextEntryOffset |
Definition at line 118 of file from_kernel.h.
Referenced by DoQuery(), Ext2ProcessEntry(), NtfsQueryDirectory(), query_dir_item(), and VfatGetFileNamesInformation().