windows::Win32::Networking::Ldap

Function ldap_searchW

pub unsafe fn ldap_searchW<P1, P3>(
    ld: *mut LDAP,
    base: P1,
    scope: u32,
    filter: P3,
    attrs: *const *const u16,
    attrsonly: u32,
) -> u32
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,