.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_parse_extended_resultW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_parse_extended_resultW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_parse_extended_resultW ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIresult\fR, PWCHAR* \fIoid\fR, struct WLDAP32_berval** \fIdata\fR, BOOLEAN \fIfree\fR ) .SH DESCRIPTION .PP Parse the \fIresult\fR of an extended operation. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIresult\fR \fB[In]\fR Result message from an extended operation. .PP \fIoid\fR \fB[Out]\fR \fBOID\fR of the extended operation. .PP \fIdata\fR \fB[Out]\fR Result \fIdata\fR. .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 error code. .SH NOTES .PP Free the \fBOID\fR and \fIresult\fR \fIdata\fR with ldap_memfree. 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.