ldap_err2string (Windows CE 5.0)
This function converts a numeric LDAP error code into a character string describing the error.
UNICODE PTCHAR ldap_err2string(ULONGerr);
Parameters
- err
[in] LDAP error code as returned by another LDAP function.
Return Values
This function always returns NULL.
Remarks
Call ldap_err2string to convert any numeric LDAP error code into an informative, null-terminated character string message that describes the error. Be aware that some of the asynchronous calls return -1. In this case, use LdapGetLastError to retrieve the LDAP error code, and then use ldap_err2string on that value.
The return value is a static pointer to the character string. Do not free this string.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.
See Also
Send Feedback on this topic to the authors