LPNSPV2LOOKUPSERVICEBEGIN

Type Alias LPNSPV2LOOKUPSERVICEBEGIN 

pub type LPNSPV2LOOKUPSERVICEBEGIN = Option<unsafe extern "system" fn(lpproviderid: *const GUID, lpqsrestrictions: *const WSAQUERYSET2W, dwcontrolflags: u32, lpvclientsessionarg: *const c_void, lphlookup: *mut HANDLE) -> i32>;

Aliased Type§

pub enum LPNSPV2LOOKUPSERVICEBEGIN {
    None,
    Some(unsafe extern "system" fn(*const GUID, *const WSAQUERYSET2W, u32, *const c_void, *mut HANDLE) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const GUID, *const WSAQUERYSET2W, u32, *const c_void, *mut HANDLE) -> i32)

Some value of type T.