Function dokany_sys::DokanIsFileSystemRunning
source · pub unsafe extern "stdcall" fn DokanIsFileSystemRunning(
DokanInstance: DOKAN_HANDLE
) -> BOOLExpand description
Check if the FileSystem is still running or not.
Arguments
DokanInstance: The dokan mount context created by DokanCreateFileSystem.
Return
Whether the FileSystem is still running or not.