.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_search_stW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_search_stW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_search_stW ( WLDAP32_LDAP* \fIld\fR, const PWCHAR \fIbase\fR, ULONG \fIscope\fR, const PWCHAR \fIfilter\fR, PWCHAR attrs[] ULONG \fIattrsonly\fR, struct l_timeval* \fItimeout\fR, WLDAP32_LDAPMessage** \fIres\fR ) .SH DESCRIPTION .PP Search a directory tree (synchronous 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 \fItimeout\fR \fB[In]\fR Timeout in seconds. .PP \fIres\fR \fB[Out]\fR Results 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_msgfree to free the results. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/search.c"\fR.