ldap_get_dnW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/dn.c".