.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_searchW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_searchW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_searchW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIbase\fR, ULONG \fIscope\fR, PWCHAR \fIfilter\fR, PWCHAR attrs[] ULONG \fIattrsonly\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 .SH RETURNS .PP \fBSuccess:\fR Message Id of the search operation. .PP \fBFailure:\fR ~0u. .SH NOTES .PP Call ldap_result with the message Id to get the result of the operation. Cancel the operation by calling ldap_abandon with the message \fBID\fR. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/search.c"\fR.