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.h".

Implemented in "dlls/wldap32/value.c". source.winehq.org/source/dlls/wldap32/value.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.