Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs27 WSAGetLastError, WSAIoctl, ERROR_INVALID_HANDLE, ERROR_IO_PENDING, HANDLE, OVERLAPPED,
386 return if code == ERROR_INVALID_HANDLE as i32 { in update_while_idle()
H A Dwinapi.rs89 pub const ERROR_INVALID_HANDLE: WIN32_ERROR = 6; const