Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ldap_count_values_len function counts the number of values in a list.
Syntax
WINLDAPAPI ULONG LDAPAPI ldap_count_values_len(
[in] berval **vals
);
Parameters
[in] vals
An array of values returned by ldap_get_values_len.
Return value
This function returns the number of values in the array. There is no error return.
If a NULL pointer is passed as the argument, 0 is returned. If an invalid argument is passed, the value returned is undefined.
Remarks
The ldap_count_values_len function returns the number of binary values in an array of berval structures. To count the values in an array of null-terminated character strings, call ldap_count_values.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | winldap.h |
| Library | Wldap32.lib |
| DLL | Wldap32.dll |