.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_result2error 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_result2error\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL WLDAP32_ldap_result2error ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIres\fR, ULONG \fIfree\fR ) .SH DESCRIPTION .PP Parse an \fBLDAP\fR message and return the error obtained from it. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIres\fR \fB[In]\fR Pointer to an LDAPMessage structure. .PP \fIfree\fR \fB[In]\fR Ask for the LDAPMessage structure to be freed. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP If not asked for, use ldap_msgfree to \fIfree\fR the LDAPMessage. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/error.c"\fR.