.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_search_extW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_search_extW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_search_extW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIbase\fR, ULONG \fIscope\fR, PWCHAR \fIfilter\fR, PWCHAR attrs[] ULONG \fIattrsonly\fR, PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\fR, ULONG \fItimelimit\fR, ULONG \fIsizelimit\fR, ULONG* \fImessage\fR ) .SH DESCRIPTION .PP Search a directory tree (asynchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIbase\fR \fB[In]\fR Starting point for the search. .PP \fIscope\fR \fB[In]\fR Search \fIscope\fR. One of \fBLDAP_SCOPE_BASE\fR, \fBLDAP_SCOPE_ONELEVEL\fR and \fBLDAP_SCOPE_SUBTREE\fR. .PP \fIfilter\fR \fB[In]\fR Search \fIfilter\fR. .PP attrs \fB[In]\fR Attributes to return. .PP \fIattrsonly\fR \fB[In]\fR Return no values, only attributes. .PP \fIserverctrls\fR \fB[In]\fR Array of \fBLDAP\fR server controls. .PP \fIclientctrls\fR \fB[In]\fR Array of \fBLDAP\fR client controls. .PP \fItimelimit\fR \fB[In]\fR Timeout in seconds. .PP \fIsizelimit\fR \fB[In]\fR Maximum number of entries to return. Zero means unlimited. .PP \fImessage\fR \fB[Out]\fR Message Id of the search operation. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Call ldap_result with the \fImessage\fR Id to get the result of the operation. Cancel the operation by calling ldap_abandon with the \fImessage\fR \fBID\fR. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/search.c"\fR.