table of contents
other versions
- wheezy 1.4.1-4
ldap_get_dnW(3w) | Wine API | ldap_get_dnW(3w) |
NAME¶
ldap_get_dnW (WLDAP32.@)SYNOPSIS¶
PWCHAR CDECL ldap_get_dnW(
WLDAP32_LDAP* ld,
WLDAP32_LDAPMessage* entry
)
DESCRIPTION¶
Retrieve the DN from a given LDAP message.PARAMS¶
ld [In] Pointer to an LDAP context. entry [In] LDAPMessage structure to retrieve the DN from.RETURNS¶
Success: Pointer to a string that contains the DN. Failure: NULL.NOTES¶
Free the string with ldap_memfree.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/dn.c".Oct 2012 | Wine API |