NAME

ldap_searchW  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  ldap_searchW
 (
  WLDAP32_LDAP* ld,
  PWCHAR        base,
  ULONG         scope,
  PWCHAR        filter,
PWCHAR attrs[]  ULONG         attrsonly
 )

DESCRIPTION

Search a directory tree (asynchronous 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.

RETURNS

Success: Message Id of the search operation.

Failure: ~0UL.

NOTES

Call ldap_result with the message Id to get the result of the operation. Cancel the operation by calling ldap_abandon with the message ID.

IMPLEMENTATION

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 Nov 2008.