mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: IRP_MJ_QUERY_VOLUME_INFORMATION
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user