.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WLDAP32_ldap_count_values_len 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWLDAP32_ldap_count_values_len\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL WLDAP32_ldap_count_values_len ( struct WLDAP32_berval** \fIvals\fR ) .SH DESCRIPTION .PP Count the number of values in an array of berval structures. .SH PARAMS \fIvals\fR \fB[In]\fR Pointer to an array of berval structures. .PP .SH RETURNS .PP \fBSuccess:\fR The number of values counted. .PP \fBFailure:\fR \fB0.\fR .SH NOTES .PP Call ldap_count_values_len with the result of a call to ldap_get_values_len. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/value.c"\fR.