ldap_create_sort_keylist() function.
#include <ldap.h>
void ldap_free_sort_keylist (LDAPsortkey **sortKeyList);
sortKeyList |
Array of |
ldap_free_sort_keylist() function frees the array of LDAPsortkey structures allocated by the ldap_create_sort_keylist() function.
When you are done sorting results, you can call this function to free the memory that you have allocated.
ldap_create_sort_keylist().
Last Updated: 10/01/98 17:06:23