NAME

ldap_search_ext_sW  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  ldap_search_ext_sW
 (
  WLDAP32_LDAP*         ld,
  PWCHAR                base,
  ULONG                 scope,
  PWCHAR                filter,
PWCHAR attrs[]  ULONG                 attrsonly,
  PLDAPControlW*        serverctrls,
  PLDAPControlW*        clientctrls,
  struct l_timeval*     timeout,
  ULONG                 sizelimit,
  WLDAP32_LDAPMessage** res
 )

DESCRIPTION

Search a directory tree (synchronous operation).

PARAMS

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.
serverctrls [In] Array of LDAP server controls.
clientctrls [In] Array of LDAP client controls.
timeout [In] Timeout in seconds.
sizelimit [In] Maximum number of entries to return. Zero means unlimited.
res [Out] Results of the search operation.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Call ldap_msgfree to free the results.

IMPLEMENTATION

Defined in "winldap.h".

Implemented in "dlls/wldap32/search.c". source.winehq.org/source/dlls/wldap32/search.c


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.