mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys,dll: mount improvements
- sys: FspFsvolFileSystemControl: FSCTL_IS_VOLUME_MOUNTED - dll: mount: Transact0, FspMountNotifyShellDriveChange
This commit is contained in:
@ -731,6 +731,7 @@ static NTSTATUS FspFsvolFileSystemControl(
|
||||
Result = FspVolumeWork(FsvolDeviceObject, Irp, IrpSp);
|
||||
break;
|
||||
case FSP_FSCTL_QUERY_WINFSP:
|
||||
case FSCTL_IS_VOLUME_MOUNTED:
|
||||
Irp->IoStatus.Information = 0;
|
||||
Result = STATUS_SUCCESS;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user