ldapErrorToText(3ibx) — Subroutines
NAME
ldapErrorToText − Converts the numerical value of the last encountered error to a NULL-terminated character string.
SYNOPSIS
| #include <libldap.h> | ||
| void ldapErrorToText( | LDAP_t ∗ldap_handle, | |
| char ∗∗out_string ); |
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
OUTPUT PARAMETER
out_stringA pointer to a character-string buffer, which contains the returned string.
DESCRIPTION
After you are finished using the character string containing the numeric error, you must free the memory allocated to the string. (C users can call the free function.)