ldap_dn2ufn (Windows CE 5.0)

Send Feedback

This function converts a distinguished name to a user-friendly format.

UNICODE PTCHAR ldap_dn2ufn(UNICODE PTCHARdn);

Parameters

  • dn
    [in] Distinguished name to convert.

Return Values

If the function is successful, it returns the user-friendly name as a character string.

If this function fails, the return value is NULL.

Remarks

When given an entry's distinguished name, this function returns a character string containing the entry name in a user-friendly format. The nature of the user-friendly format depends on the directory service implementation and the type of entry. The return value remains in memory-allocated space until you call the ldap_memfree function.

Requirements

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

See Also

ldap_memfree

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.