| 
    Apache Portable Runtime
    
   | 
 
#include <apr_ldap.h>
Data Fields | |
| int | api_version | 
| int | protocol_version | 
| const char ** | extensions | 
| const char * | vendor_name | 
| int | vendor_version | 
Structure returned by passing APR_LDAP_OPT_API_INFO to apr_ldap_option_get().
Use to return information about the underlying LDAP API.
| int apr_ldap_apiinfo_t::api_version | 
revision of API supported
| const char** apr_ldap_apiinfo_t::extensions | 
names of API extensions
| int apr_ldap_apiinfo_t::protocol_version | 
highest LDAP version supported
| const char* apr_ldap_apiinfo_t::vendor_name | 
name of supplier
| int apr_ldap_apiinfo_t::vendor_version | 
supplier-specific version * 100