Home
last modified time | relevance | path

Searched refs:cancel_iosb (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs174 let mut cancel_iosb = IO_STATUS_BLOCK { in cancel() localVariable
178 let status = NtCancelIoFileEx(self.fd.as_raw_handle() as HANDLE, iosb, &mut cancel_iosb); in cancel()