ldap_get_valuesW (WLDAP32.@)
PWCHAR * CDECL ldap_get_valuesW ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* entry, PWCHAR attr )
Retrieve string values for a given attribute.
ld | [In] | Pointer to an LDAP context. |
entry | [In] | Entry to retrieve values from. |
attr | [In] | Attribute to retrieve values for. |
Success: Pointer to a character array holding the values.
Failure: NULL.
Call ldap_get_valuesW with the result of a call to ldap_first_entry or ldap_next_entry. Free the returned array with a call to ldap_value_freeW.
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 Jan 2008.