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

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


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