Function dokany_sys::DokanRemoveMountPoint
source · pub unsafe extern "stdcall" fn DokanRemoveMountPoint(
MountPoint: LPCWSTR
) -> BOOLExpand description
Unmount a Dokan device from a mount point
Parameters
- MountPoint Mount point to unmount (“Z”, “Z:”, “Z:", “Z:\MyMountPoint”).
Return
TRUE if device was unmounted or FALSE in case of failure or device not found.