ldap_get_dn (Windows CE 5.0)

Send Feedback

This function retrieves the distinguished name for a given entry.

UNICODE PTCHAR ldap_get_dn(LDAP* ld,LDAPMessage* entry);

Parameters

  • ld
    [in] Session handle.
  • entry
    [in] Entry whose distinguished name is to be retrieved.

Return Values

If this function succeeds, it returns the distinguished name as a character string.

If this function fails, it returns NULL and sets the session error parameters in the LDAP data structure.

Remarks

This function retrieves the distinguished name for an entry that was returned by ldap_first_entry or ldap_next_entry. When the returned name is no longer needed, free the string by calling the ldap_memfree function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.

See Also

LDAP | ldap_first_entry | ldap_memfree | ldap_next_entry

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.