dll: fsctl, fuse: preflight check

This commit is contained in:
Bill Zissimopoulos
2016-06-02 20:21:34 -07:00
parent 7fef1b87f6
commit 9b93c766c3
3 changed files with 103 additions and 10 deletions

View File

@@ -422,6 +422,7 @@ FSP_API NTSTATUS FspFsctlTransact(HANDLE VolumeHandle,
FSP_API NTSTATUS FspFsctlStop(HANDLE VolumeHandle);
FSP_API NTSTATUS FspFsctlGetVolumeList(PWSTR DevicePath,
PWCHAR VolumeListBuf, PSIZE_T PVolumeListSize);
FSP_API NTSTATUS FspFsctlPreflight(PWSTR DevicePath);
#endif
#ifdef __cplusplus