Function dokany_sys::DokanWaitForFileSystemClosed
source · pub unsafe extern "stdcall" fn DokanWaitForFileSystemClosed(
DokanInstance: DOKAN_HANDLE,
dwMilliseconds: DWORD
) -> DWORD
Expand description
Wait until the FileSystem is unmount.
Arguments
DokanInstance
: The dokan mount context created by \ref DokanCreateFileSystem .
dwMilliseconds
: The time-out interval, in milliseconds. See WaitForSingleObject.
Return
See WaitForSingleObject for a description of return values.