ldap_search_stW (WLDAP32.@)
ULONG CDECL ldap_search_stW ( WLDAP32_LDAP* ld, const PWCHAR base, ULONG scope, const PWCHAR filter, PWCHAR attrs[] ULONG attrsonly, struct l_timeval* timeout, WLDAP32_LDAPMessage** res )
Search a directory tree (synchronous operation).
ld | [In] | Pointer to an LDAP context. |
base | [In] | Starting point for the search. |
scope | [In] | Search scope. One of LDAP_SCOPE_BASE, LDAP_SCOPE_ONELEVEL and LDAP_SCOPE_SUBTREE. |
filter | [In] | Search filter. |
attrs | [In] | Attributes to return. |
attrsonly | [In] | Return no values, only attributes. |
timeout | [In] | Timeout in seconds. |
res | [Out] | Results of the search operation. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Call ldap_msgfree to free the results.
Defined in "winldap.h".
Implemented in "dlls/wldap32/search.c". source.winehq.org/source/dlls/wldap32/search.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.