windows::Win32::Networking::Ldap

Function ldap_compare_sW

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