ldap_err2stringW (WLDAP32.@)
PWCHAR CDECL ldap_err2stringW ( ULONG err )
Convert an error code into a string describing the error.
err | [In] | Error code to convert. |
Success: Pointer to a string containing the error description.
Failure: NULL.
The returned string is statically allocated, you must not free this string.
Defined in "winldap.h".
Implemented in "dlls/wldap32/error.c". source.winehq.org/source/dlls/wldap32/error.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.