Type Alias windows::Win32::Networking::Ldap::NOTIFYOFNEWCONNECTION

pub type NOTIFYOFNEWCONNECTION = Option<unsafe extern "system" fn(primaryconnection: *mut LDAP, referralfromconnection: *mut LDAP, newdn: PCWSTR, hostname: PCSTR, newconnection: *mut LDAP, portnumber: u32, secauthidentity: *mut c_void, currentuser: *mut c_void, errorcodefrombind: u32) -> BOOLEAN>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.