WLDAP32_ldap_count_values_len(3w)
NAME
WLDAP32_ldap_count_values_len (WLDAP32.@)
SYNOPSIS
ULONG CDECL WLDAP32_ldap_count_values_len
(
struct WLDAP32_berval** vals
)
DESCRIPTION
Count the number of values in an array of berval structures.
PARAMS
vals [In] Pointer to an array of berval structures.
RETURNS
Success: The number of values counted.
Failure: 0.
NOTES
Call ldap_count_values_len with the result of a call to ldap_get_values_len.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/value.c".