Function dokany_sys::DokanUnmount

source ·
pub unsafe extern "stdcall" fn DokanUnmount(
    DriveLetter: WCHAR
) -> BOOL
Expand description

Unmount a Dokan device from a driver letter.

Arguments

DriveLetter: Dokan driver letter to unmount.

Return

TRUE if device was unmounted or FALSE in case of failure or device not found.