.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_result 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_result\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL WLDAP32_ldap_result ( WLDAP32_LDAP* \fIld\fR, ULONG \fImsgid\fR, ULONG \fIall\fR, struct l_timeval* \fItimeout\fR, WLDAP32_LDAPMessage** \fIres\fR ) .SH DESCRIPTION .PP Get the result of an asynchronous operation. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fImsgid\fR \fB[In]\fR Message Id of the operation. .PP \fIall\fR \fB[In]\fR How many results should be returned?. .PP \fItimeout\fR \fB[In]\fR How long to wait for the results?. .PP \fIres\fR \fB[Out]\fR Result message for the operation. .PP .SH RETURNS .PP \fBSuccess:\fR One of the following values: .PP \fBLDAP_RES_ADD\fR \fBLDAP_RES_BIND\fR \fBLDAP_RES_COMPARE\fR \fBLDAP_RES_DELETE\fR \fBLDAP_RES_EXTENDED\fR \fBLDAP_RES_MODIFY\fR \fBLDAP_RES_MODRDN\fR \fBLDAP_RES_REFERRAL\fR \fBLDAP_RES_SEARCH_ENTRY\fR \fBLDAP_RES_SEARCH_RESULT\fR. .PP \fBFailure:\fR ~0u. .PP This function returns \fB0\fR when the \fItimeout\fR has expired. .SH NOTES .PP A \fBNULL\fR \fItimeout\fR pointer causes the function to block waiting for results to arrive. A \fItimeout\fR value of \fB0\fR causes the function to immediately return any available results. Free returned results with ldap_msgfree. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.