Type Alias LPWSPASYNCSELECT

Source
pub type LPWSPASYNCSELECT = Option<unsafe extern "system" fn(s: SOCKET, hWnd: HWND, wMsg: c_uint, lEvent: c_long, lpErrno: LPINT) -> c_int>;

Aliased Type§

pub enum LPWSPASYNCSELECT {
    None,
    Some(unsafe extern "system" fn(usize, *mut HWND__, u32, i32, *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, *mut HWND__, u32, i32, *mut i32) -> i32)

Some value of type T.