PFILE_FS_VOLUME_INFORMATION Struct Reference

Used to query information about a volume on which a file system is mounted. More...

#include <fileinfo.h>

Data Fields

LARGE_INTEGER VolumeCreationTime
 
ULONG VolumeSerialNumber
 
ULONG VolumeLabelLength
 
BOOLEAN SupportsObjects
 
WCHAR VolumeLabel [1]
 

Detailed Description

Used to query information about a volume on which a file system is mounted.

The struct is requested during IRP_MJ_QUERY_VOLUME_INFORMATION query FileFsVolumeInformation

Field Documentation

BOOLEAN PFILE_FS_VOLUME_INFORMATION::SupportsObjects

TRUE if the file system supports object-oriented file system objects, FALSE otherwise.

LARGE_INTEGER PFILE_FS_VOLUME_INFORMATION::VolumeCreationTime

Time when the volume was created.

WCHAR PFILE_FS_VOLUME_INFORMATION::VolumeLabel[1]

Name of the volume.

ULONG PFILE_FS_VOLUME_INFORMATION::VolumeLabelLength

Length, in bytes, of the name of the volume.

ULONG PFILE_FS_VOLUME_INFORMATION::VolumeSerialNumber

Serial number of the volume.


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