windows::Win32::Networking::Ldap

Function ldap_simple_bind

pub unsafe fn ldap_simple_bind<P1, P2>(ld: *mut LDAP, dn: P1, passwd: P2) -> u32
where P1: Param<PCSTR>, P2: Param<PCSTR>,