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
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/dn.c".