LPWSPJOINLEAF

Type Alias LPWSPJOINLEAF 

pub type LPWSPJOINLEAF = Option<unsafe extern "system" fn(s: SOCKET, name: *const SOCKADDR, namelen: i32, lpcallerdata: *const WSABUF, lpcalleedata: *mut WSABUF, lpsqos: *const QOS, lpgqos: *const QOS, dwflags: u32, lperrno: *mut i32) -> SOCKET>;

Aliased Type§

pub enum LPWSPJOINLEAF {
    None,
    Some(unsafe extern "system" fn(SOCKET, *const SOCKADDR, i32, *const WSABUF, *mut WSABUF, *const QOS, *const QOS, u32, *mut i32) -> SOCKET),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.