fsctl.h: FSP_FSCTL_VOLUME_INFO changes

This commit is contained in:
Bill Zissimopoulos
2016-01-25 18:17:54 -08:00
parent a01e119ec3
commit a889451345
3 changed files with 14 additions and 11 deletions

View File

@ -46,8 +46,8 @@ extern const __declspec(selectany) GUID FspFsvrtDeviceClassGuid =
/* volume/file metadata */
typedef struct
{
UINT64 TotalAllocationUnits;
UINT64 AvailableAllocationUnits;
UINT64 TotalSize;
UINT64 FreeSize;
UINT64 VolumeCreationTime;
UINT16 VolumeLabelLength;
WCHAR VolumeLabel[32];