.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_parse_resultW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_parse_resultW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_parse_resultW ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIresult\fR, ULONG* \fIretcode\fR, PWCHAR* \fImatched\fR, PWCHAR* \fIerror\fR, PWCHAR** \fIreferrals\fR, PLDAPControlW** \fIserverctrls\fR, BOOLEAN \fIfree\fR ) .SH DESCRIPTION .PP Parse a \fIresult\fR message. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIresult\fR \fB[In]\fR Result message. .PP \fIretcode\fR \fB[Out]\fR Return code for the server operation. .PP \fImatched\fR \fB[Out]\fR DNs \fImatched\fR in the operation. .PP \fIerror\fR \fB[Out]\fR Error message for the operation. .PP \fIreferrals\fR \fB[Out]\fR Referrals found in the \fIresult\fR message. .PP \fIserverctrls\fR \fB[Out]\fR Controls used in the operation. .PP \fIfree\fR \fB[In]\fR Free the \fIresult\fR message?. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR \fIerror\fR code. .SH NOTES .PP Free the DNs and \fIerror\fR message with ldap_memfree. Free the \fIreferrals\fR with ldap_value_free and the controls with ldap_controls_free. Pass a nonzero value for 'free' or call ldap_msgfree to \fIfree\fR the \fIresult\fR message. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/parse.c"\fR.