NOTIFYOFNEWCONNECTION

Type Alias 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) -> bool>;

Aliased Type§

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

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) -> bool)

Some value of type T.