ldap_err2stringW(3w)
NAME
ldap_err2stringW (WLDAP32.@)
SYNOPSIS
PWCHAR CDECL ldap_err2stringW
(
ULONG err
)
DESCRIPTION
Convert an error code into a string describing the error.
PARAMS
err [In] Error code to convert.
RETURNS
Success: Pointer to a string containing the error description.
Failure: NULL.
NOTES
The returned string is statically allocated, you must not free this
string.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/error.c".