.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_next_attributeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_next_attributeW\fR (WLDAP32.@) .SH SYNOPSIS PWCHAR CDECL ldap_next_attributeW ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIentry\fR, WLDAP32_BerElement* \fIptr\fR ) .SH DESCRIPTION .PP Get the next attribute for a given \fIentry\fR. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIentry\fR \fB[In]\fR Entry to retrieve attribute for. .PP \fIptr\fR \fB[In/Out]\fR Position pointer. .PP .SH RETURNS .PP \fBSuccess:\fR The name of the next attribute. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP Free the returned string after each iteration with ldap_memfree. When done iterating and when pointer != \fBNULL\fR, call ber_free( \fIptr\fR, \fB0\fR ). .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.