pub unsafe extern "stdcall" fn DokanCloseHandle(
    DokanInstance: DOKAN_HANDLE
)
Expand description

Unmount the Dokan instance.

Unmount and wait until all resources of the DokanInstance are released.

Arguments

DokanInstance: The dokan mount context created by DokanCreateFileSystem.