OVERLAPPED

Type Alias OVERLAPPED 

Source
pub type OVERLAPPED = _OVERLAPPED;

Aliased Type§

#[repr(C)]
pub struct OVERLAPPED { pub Internal: u32, pub InternalHigh: u32, pub __bindgen_anon_1: _OVERLAPPED__bindgen_ty_1, pub hEvent: *mut c_void, }

Fields§

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