sys: IRP_MJ_QUERY_VOLUME_INFORMATION

This commit is contained in:
Bill Zissimopoulos
2016-01-24 23:35:29 -08:00
parent 99f876380a
commit ed91c26c59
2 changed files with 147 additions and 5 deletions

View File

@ -203,6 +203,11 @@ typedef struct
{
FSP_FSCTL_FILE_INFO FileInfo;
} QueryInformation;
struct
{
UINT64 TotalAllocationUnits;
UINT64 AvailableAllocationUnits;
} QueryVolumeInformation;
} Rsp;
FSP_FSCTL_DECLSPEC_ALIGN UINT8 Buffer[];
} FSP_FSCTL_TRANSACT_RSP;