Contains version information about the LDAP API extended features.
typedef struct ldap_apifeature_info {
int ldapaif_info_version;
char *ldapaif_name;
int ldapaif_version;
} LDAPAPIFeatureInfo;
Specifies the version of the LDAPAPIFeatureInfo structure.
Points to the name of the supported feature.
Specifies the revision of the supported feature.