PFILE_NAME_INFORMATION Struct Reference

Used as argument to the ZwQueryInformationFile and ZwSetInformationFile routines. More...

#include <fileinfo.h>

Data Fields

ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Used as argument to the ZwQueryInformationFile and ZwSetInformationFile routines.

The struct is requested during IRP_MJ_QUERY_INFORMATION with query FileNameInformation

Field Documentation

WCHAR PFILE_NAME_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_NAME_INFORMATION::FileNameLength

Specifies the length, in bytes, of the file name string.


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