pub unsafe extern "stdcall" fn DokanRemoveMountPoint(
    MountPoint: LPCWSTR
) -> BOOL
Expand 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.