Function dokany_sys::DokanResetTimeout
source · pub unsafe extern "stdcall" fn DokanResetTimeout(
Timeout: ULONG,
DokanFileInfo: PDOKAN_FILE_INFO
) -> BOOL
Expand description
Extends the timeout of the current IO operation in driver.
Parameters
Timeout
: Extended time in milliseconds requested.
DokanFileInfo
: DOKAN_FILE_INFO of the operation to extend.
Return
If the operation was successful.