ReactOS 0.4.15-dev-7906-g1b85a5f
_FILE_NAMES_INFORMATION Struct Reference

#include <from_kernel.h>

Public Attributes

ULONG NextEntryOffset
 
ULONG FileIndex
 
ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 117 of file from_kernel.h.

Member Data Documentation

◆ FileIndex

ULONG _FILE_NAMES_INFORMATION::FileIndex

Definition at line 119 of file from_kernel.h.

Referenced by DoQuery(), NtfsQueryDirectory(), query_dir_item(), and UDFQueryDirectory().

◆ FileName

WCHAR _FILE_NAMES_INFORMATION::FileName

Definition at line 121 of file from_kernel.h.

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

◆ FileNameLength

ULONG _FILE_NAMES_INFORMATION::FileNameLength

◆ NextEntryOffset

ULONG _FILE_NAMES_INFORMATION::NextEntryOffset

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