ldap_ufn2dnW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_ufn2dnW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_ufn2dnW
 (
  PWCHAR  ufn,
  PWCHAR* dn
 )

DESCRIPTION

Convert a user-friendly name to a DN.

PARAMS

ufn [In] User-friendly name to convert.

dn [Out] Receives a pointer to a string containing the DN.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

NOTES

Free the string with ldap_memfree.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/dn.c".