PFILE_FS_ATTRIBUTE_INFORMATION Struct Reference

Used to query attribute information for a file system. More...

#include <fileinfo.h>

Data Fields

ULONG FileSystemAttributes
 
LONG MaximumComponentNameLength
 
ULONG FileSystemNameLength
 
WCHAR FileSystemName [1]
 

Detailed Description

Used to query attribute information for a file system.

The struct is requested during IRP_MJ_QUERY_VOLUME_INFORMATION query FileFsAttributeInformation

Field Documentation

ULONG PFILE_FS_ATTRIBUTE_INFORMATION::FileSystemAttributes

Bitmask of flags specifying attributes of the specified file system.

See also
https://msdn.microsoft.com/en-us/library/windows/hardware/ff540251(v=vs.85).aspx
WCHAR PFILE_FS_ATTRIBUTE_INFORMATION::FileSystemName[1]

File system name.

ULONG PFILE_FS_ATTRIBUTE_INFORMATION::FileSystemNameLength

Length, in bytes, of the file system name.

LONG PFILE_FS_ATTRIBUTE_INFORMATION::MaximumComponentNameLength

Maximum file name component length, in bytes, supported by the specified file system. A file name component is that portion of a file name between backslashes.


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