Scroll to navigation

ldap_search_stA(3w) Wine API ldap_search_stA(3w)

NAME

ldap_search_stA (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_search_stA
(
WLDAP32_LDAP* ld,
const PCHAR base,
ULONG scope,
const PCHAR filter, PCHAR attrs[] ULONG attrsonly,
struct l_timeval* timeout,
WLDAP32_LDAPMessage** res
)
 

DESCRIPTION

See ldap_search_stW(3w).
 

IMPLEMENTATION

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/search.c".
Oct 2012 Wine API