NAME

WLDAP32_ldap_count_values_len  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  WLDAP32_ldap_count_values_len
 (
  struct WLDAP32_berval** vals
 )

DESCRIPTION

Count the number of values in an array of berval structures.

PARAMS

vals [In] Pointer to an array of berval structures.

RETURNS

Success: The number of values counted.

Failure: 0.

NOTES

Call ldap_count_values_len with the result of a call to ldap_get_values_len.

IMPLEMENTATION

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.