Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_ldap_apiinfo_t Struct Reference

#include <apr_ldap.h>

Data Fields

int api_version
 
int protocol_version
 
const char ** extensions
 
const char * vendor_name
 
int vendor_version
 

Detailed Description

Structure returned by passing APR_LDAP_OPT_API_INFO to apr_ldap_option_get().

Use to return information about the underlying LDAP API.

See also
apr_ldap_option_get
APR_LDAP_OPT_API_INFO

Field Documentation

◆ api_version

int apr_ldap_apiinfo_t::api_version

revision of API supported

◆ extensions

const char** apr_ldap_apiinfo_t::extensions

names of API extensions

◆ protocol_version

int apr_ldap_apiinfo_t::protocol_version

highest LDAP version supported

◆ vendor_name

const char* apr_ldap_apiinfo_t::vendor_name

name of supplier

◆ vendor_version

int apr_ldap_apiinfo_t::vendor_version

supplier-specific version * 100


The documentation for this struct was generated from the following file: