ldap_ufn2dnW (WLDAP32.@)
ULONG CDECL ldap_ufn2dnW ( PWCHAR ufn, PWCHAR* dn )
Convert a user-friendly name to a DN.
ufn | [In] | User-friendly name to convert. |
dn | [Out] | Receives a pointer to a string containing the DN. |
Success: LDAP_SUCCESS
Failure: An LDAP error code.
Free the string with ldap_memfree.
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.