pub unsafe extern "stdcall" fn DokanIsFileSystemRunning(
    DokanInstance: DOKAN_HANDLE
) -> BOOL
Expand 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.