Function dokany_sys::DokanShutdown
source · pub unsafe extern "stdcall" fn DokanShutdown()
Expand description
Release all allocated resources by DokanInit when they are no longer needed.
This should be called when the application no longer expects to create a new FileSystem with DokanMain or DokanCreateFileSystem and after all devices are unmount.