Scroll to navigation

WLDAP32_ldap_count_values_len(3w) Wine API 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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/value.c".
Oct 2012 Wine API