Type Alias OVERLAPPED

Source
pub type OVERLAPPED = _OVERLAPPED;

Aliased Type§

struct OVERLAPPED {
    pub Internal: u64,
    pub InternalHigh: u64,
    pub __bindgen_anon_1: _OVERLAPPED__bindgen_ty_1,
    pub hEvent: *mut c_void,
}

Fields§

§Internal: u64§InternalHigh: u64§__bindgen_anon_1: _OVERLAPPED__bindgen_ty_1§hEvent: *mut c_void