Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ldapErrorToText(3ibx) — InfoBroker Server 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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.) 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026