WLDAP32_ldap_count_values_len (WLDAP32.@)
ULONG CDECL WLDAP32_ldap_count_values_len ( struct WLDAP32_berval** vals )
Count the number of values in an array of berval structures.
vals | [In] | Pointer to an array of berval structures. |
Success: The number of values counted.
Failure: 0.
Call ldap_count_values_len with the result of a call to ldap_get_values_len.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wldap32/value.c". source.winehq.org/source/dlls/wldap32/value.c
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.