Example: mldap_get_attrib_name

In the following example, mldap_get_attrib_name retrieves the name of the 14th attribute and saves it to parameter xyz.

mldap_get_attrib_name("LDAP Get Attribute Name",
     "Index=14",
     "Param=XYZ",    // Save return value to parameter XYZ
     LAST );