sys: IRP_MJ_QUERY_VOLUME_INFORMATION

This commit is contained in:
Bill Zissimopoulos
2016-01-25 12:54:40 -08:00
parent 1c464cad2b
commit a25e30e4a2
2 changed files with 140 additions and 30 deletions

View File

@ -48,6 +48,7 @@ typedef struct
{
UINT64 TotalAllocationUnits;
UINT64 AvailableAllocationUnits;
UINT64 VolumeCreationTime;
UINT16 VolumeLabelLength;
WCHAR VolumeLabel[32];
} FSP_FSCTL_VOLUME_INFO;