ldap_count_valuesW(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/value.c".