PFILE_NETWORK_PHYSICAL_NAME_INFORMATION Struct Reference

Contains the full UNC physical pathname for a file or directory on a remote file share. More...

#include <fileinfo.h>

Data Fields

ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Contains the full UNC physical pathname for a file or directory on a remote file share.

The struct is requested during IRP_MJ_QUERY_VOLUME_INFORMATION query FileNetworkPhysicalNameInformation

Field Documentation

WCHAR PFILE_NETWORK_PHYSICAL_NAME_INFORMATION::FileName[1]

The full UNC path of the network file share of the target.

ULONG PFILE_NETWORK_PHYSICAL_NAME_INFORMATION::FileNameLength

The length, in bytes, of the physical name in FileName.


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