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.h".

Implemented in "dlls/wldap32/dn.c". source.winehq.org/source/dlls/wldap32/dn.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.