mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
fsctl: move VolumeCreationTime from FSP_FSCTL_VOLUME_INFO to FSP_FSCTL_VOLUME_PARAMS
This commit is contained in:
@ -180,7 +180,7 @@ static NTSTATUS FspFsvolQueryFsVolumeInformation(
|
||||
PUINT8 Buffer = (PUINT8)Info->VolumeLabel;
|
||||
ULONG CopyLength;
|
||||
|
||||
Info->VolumeCreationTime.QuadPart = VolumeInfo->VolumeCreationTime;
|
||||
Info->VolumeCreationTime.QuadPart = FsvolDeviceExtension->VolumeParams.VolumeCreationTime;
|
||||
Info->VolumeSerialNumber = FsvolDeviceExtension->VolumeParams.VolumeSerialNumber;
|
||||
Info->VolumeLabelLength = VolumeInfo->VolumeLabelLength;
|
||||
Info->SupportsObjects = FALSE;
|
||||
|
Reference in New Issue
Block a user