Home
last modified time | relevance | path

Searched defs:OVERLAPPED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs170 lpOverlapped: *mut OVERLAPPED, in WSAIoctl()
197 pub struct OVERLAPPED { struct
200 pub Anonymous: OVERLAPPED_0, argument
206 pub union OVERLAPPED_0 { argument
H A Diocp.rs144 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()