windows::Win32::Networking::Ldap

Function ldap_compareW

pub unsafe fn ldap_compareW<P1, P2, P3>(
    ld: *mut LDAP,
    dn: P1,
    attr: P2,
    value: P3,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,