Scroll to navigation

ldap_ufn2dnW(3w) Wine API ldap_ufn2dnW(3w)

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

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/dn.c".
Oct 2012 Wine API