Type Alias LPWSPSOCKET

pub type LPWSPSOCKET = Option<unsafe extern "system" fn(af: i32, type: i32, protocol: i32, lpprotocolinfo: *const WSAPROTOCOL_INFOW, g: u32, dwflags: u32, lperrno: *mut i32) -> SOCKET>;

Aliased Type§

pub enum LPWSPSOCKET {
    None,
    Some(unsafe extern "system" fn(i32, i32, i32, *const WSAPROTOCOL_INFOW, u32, u32, *mut i32) -> SOCKET),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(i32, i32, i32, *const WSAPROTOCOL_INFOW, u32, u32, *mut i32) -> SOCKET)

Some value of type T.