Table of Contents | Previous | Next | Index

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

ldap_controls_free()

Frees an array of LDAPControl structures from memory.

Syntax

#include <ldap.h>
void ldap_controls_free( LDAPControl **ctrls );

Parameters

This function has the following parameters:

ctrls

Pointer to an array of LDAPControl structures that you want to free from memory.

Description

The ldap_controls_free() function frees an array of LDAPControl structures from memory.

You should call this function to free arrays of controls that you create or any arrays returned by ldap_parse_result(). .

See Also

ldap_control_free().


Table of Contents | Previous | Next | Index

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