LDAPAPIFeatureInfo

Contains version information about the LDAP API extended features.

Structure

  typedef struct ldap_apifeature_info {
     int    ldapaif_info_version; 
     char  *ldapaif_name;
     int    ldapaif_version; 
  } LDAPAPIFeatureInfo;
  

Fields

ldapaif_info_version

Specifies the version of the LDAPAPIFeatureInfo structure.

ldapaif_name

Points to the name of the supported feature.

ldapaif_info_version

Specifies the revision of the supported feature.

Remarks