windows::Win32::Networking::Ldap

Function ldap_search_extW

pub unsafe fn ldap_search_extW<P1, P3>(
    ld: *mut LDAP,
    base: P1,
    scope: u32,
    filter: P3,
    attrs: *const *const u16,
    attrsonly: u32,
    servercontrols: Option<*const *const LDAPControlW>,
    clientcontrols: Option<*const *const LDAPControlW>,
    timelimit: u32,
    sizelimit: u32,
    messagenumber: *mut u32,
) -> u32
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,