Example: mldap_get_attrib_name_ex

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

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