winfsp-tests: mount-test

This commit is contained in:
Bill Zissimopoulos
2015-11-30 15:35:40 -08:00
parent a318100d24
commit 0081596f8d
7 changed files with 39 additions and 26 deletions

View File

@ -103,7 +103,7 @@ exit:
}
FSP_API NTSTATUS FspFsctlOpenVolume(PWSTR VolumePath,
PHANDLE *PVolumeHandle)
PHANDLE PVolumeHandle)
{
NTSTATUS Result = STATUS_SUCCESS;
WCHAR DevicePathBuf[MAX_PATH];