Type Alias windows::Win32::Networking::Ldap::QUERYFORCONNECTION

pub type QUERYFORCONNECTION = Option<unsafe extern "system" fn(primaryconnection: *mut LDAP, referralfromconnection: *mut LDAP, newdn: PCWSTR, hostname: PCSTR, portnumber: u32, secauthidentity: *mut c_void, currentusertoken: *mut c_void, connectiontouse: *mut *mut LDAP) -> u32>;

Aliased Type§

enum QUERYFORCONNECTION {
    None,
    Some(unsafe extern "system" fn(_: *mut LDAP, _: *mut LDAP, _: PCWSTR, _: PCSTR, _: u32, _: *mut c_void, _: *mut c_void, _: *mut *mut LDAP) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut LDAP, _: *mut LDAP, _: PCWSTR, _: PCSTR, _: u32, _: *mut c_void, _: *mut c_void, _: *mut *mut LDAP) -> u32)

Some value of type T.