.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_count_references 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_count_references\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL WLDAP32_ldap_count_references ( WLDAP32_LDAP* \fIld\fR, WLDAP32_LDAPMessage* \fIres\fR ) .SH DESCRIPTION .PP Count the number of references returned from a search. .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIres\fR \fB[In]\fR \fBLDAP\fR message. .PP .SH RETURNS .PP \fBSuccess:\fR The number of references. .PP \fBFailure:\fR ~0u .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/misc.c"\fR.