Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs36 pub type WIN32_ERROR = u32; typedef
89 pub const ERROR_INVALID_HANDLE: WIN32_ERROR = 6;
90 pub const ERROR_IO_PENDING: WIN32_ERROR = 997;
91 pub const WAIT_TIMEOUT: WIN32_ERROR = 258;