PFILE_NAMES_INFORMATION Struct Reference

Used to query detailed information about the names of files in a directory. More...

#include <fileinfo.h>

Data Fields

ULONG NextEntryOffset
 
ULONG FileIndex
 
ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Used to query detailed information about the names of files in a directory.

Field Documentation

ULONG PFILE_NAMES_INFORMATION::FileIndex

Byte offset of the file within the parent directory. This member is undefined for file systems, such as NTFS, in which the position of a file within the parent directory is not fixed and can be changed at any time to maintain sort order.

WCHAR PFILE_NAMES_INFORMATION::FileName[1]

Specifies the first character of the file name string. This is followed in memory by the remainder of the string.

ULONG PFILE_NAMES_INFORMATION::FileNameLength

Specifies the length of the file name string.

ULONG PFILE_NAMES_INFORMATION::NextEntryOffset

Byte offset for the next FILE_NAMES_INFORMATION entry, if multiple entries are present in a buffer. This member is zero if no other entries follow this one.


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