ldap_next_attributeW (WLDAP32.@)
PWCHAR CDECL ldap_next_attributeW ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* entry, WLDAP32_BerElement* ptr )
Get the next attribute for a given entry.
ld | [In] | Pointer to an LDAP context. |
entry | [In] | Entry to retrieve attribute for. |
ptr | [In/Out] | Position pointer. |
Success: The name of the next attribute.
Failure: NULL.
Free the returned string after each iteration with ldap_memfree. When done iterating and when pointer != NULL, call ber_free( ptr, 0 ).
Defined in "winldap.h".
Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.