table of contents
other versions
- wheezy 1.4.1-4
ldap_count_valuesW(3w) | Wine API | 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¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/value.c".Oct 2012 | Wine API |