ldap_get_values_lenW(3w)
NAME
ldap_get_values_lenW (WLDAP32.@)
SYNOPSIS
struct WLDAP32_berval ** CDECL ldap_get_values_lenW ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* message, PWCHAR attr )
DESCRIPTION
Retrieve binary values for a given attribute.
PARAMS
ld [In] Pointer to an LDAP context.
message [In] Entry to retrieve values from.
attr [In] Attribute to retrieve values for.
RETURNS
Success: Pointer to a berval array holding the values.
Failure: NULL.
NOTES
Call ldap_get_values_lenW with the result of a call to ldap_first_entry
or ldap_next_entry. Free the returned array with a call to
ldap_value_free_len.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/value.c".