WLDAP32_ldap_count_values_len.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/value.c".