ldap_get_iconv_local_codepage()-- Get the Active LDAP Code Page


  Syntax
 #include <ldap.h>
 
 char *
 ldap_get_iconv_local_codepage ( )

  Default Public Authority: *USE

  Library Name/Service Program: QSYS/QGLDCLNT

  Threadsafe: No

The ldap_get_iconv_local_codepage() API is used to obtain the active LDAP code page. It returns the value of a global variable ldap_global_codepage set by ldap_set_iconv_local_codepage(). To free the returned string, use ldap_memfree().


Authorities and Locks

No IBM® i authority is required.


Parameters

No parameter are passed to ldap_get_iconv_local_codepage().


Return Value

LDAP Code page
if the request was successful.

NULL
if the request was not successful.

Error Conditions

If ldap_get_iconv_local_codepage() is not successful, it returns NULL.


Error Messages

The following message may be sent from this function.

Message ID Error Message Text
CPF3CF2 E Error(s) occurred during running of ldap_get_iconv_local_codepage API.


Related Information



API introduced: V4R5

[ Back to top | LDAP APIs | APIs by category ]