ldap_next_attributeW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_next_attributeW (WLDAP32.@)

SYNOPSIS

PWCHAR CDECL ldap_next_attributeW
 (
  WLDAP32_LDAP*        ld,
  WLDAP32_LDAPMessage* entry,
  WLDAP32_BerElement*  ptr
 )

DESCRIPTION

Get the next attribute for a given entry.

PARAMS

ld [In] Pointer to an LDAP context.

entry [In] Entry to retrieve attribute for.

ptr [In/Out] Position pointer.

RETURNS

Success: The name of the next attribute.

Failure: NULL.

NOTES

Free the returned string after each iteration with ldap_memfree. When done iterating and when pointer != NULL, call ber_free( ptr, 0 ).

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/misc.c".