windows::Win32::Networking::Ldap

Function ldap_search_sW

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