ldap_get_dnW (WLDAP32.@)
PWCHAR CDECL ldap_get_dnW ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* entry )
Retrieve the DN from a given LDAP message.
ld | [In] | Pointer to an LDAP context. |
entry | [In] | LDAPMessage structure to retrieve the DN from. |
Success: Pointer to a string that contains the DN.
Failure: NULL.
Free the string with ldap_memfree.
Defined in "winldap.h".
Implemented in "dlls/wldap32/dn.c". source.winehq.org/source/dlls/wldap32/dn.c
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.