.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_next_reference 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_next_reference\fR (WLDAP32.@) .SH SYNOPSIS WLDAP32_LDAPMessage * CDECL WLDAP32_ldap_next_reference ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIentry\fR ) .SH DESCRIPTION .PP Get the next reference from a result message. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIentry\fR \fB[In]\fR Entry returned by a previous call. .PP .SH RETURNS .PP \fBSuccess:\fR The next reference. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP The returned \fIentry\fR will be freed when the message is freed. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.