Scroll to navigation

ldap_err2stringW(3w) Wine API 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

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