ldap_err2stringW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wldap32/error.c".