Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldap_free_sort_keylist()

Frees the structures allocated by the ldap_create_sort_keylist() function.

Syntax

#include <ldap.h>
void ldap_free_sort_keylist (LDAPsortkey **sortKeyList);

Parameters

This function has the following parameters:

sortKeyList

Array of LDAPsortkey structures that you want to free from memory.

Description

The 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.

See Also

ldap_create_sort_keylist().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23