ldap_count_valuesW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_count_valuesW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_count_valuesW
 (
  PWCHAR* vals
 )

DESCRIPTION

Count the number of values in a string array.

PARAMS

vals [In] Pointer to an array of strings.

RETURNS

Success: The number of values counted.

Failure: 0.

NOTES

Call ldap_count_valuesW with the result of a call to ldap_get_valuesW.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/value.c".