Table of Contents | Previous | Next | Index

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

ldap_value_free_len()

The ldap_value_free_len() function frees an array of berval structures from memory. Use the ldap_value_free() function instead of this function if the values are string values.

For additional information, see "Getting the Values of an Attribute" on page 131.

Syntax

#include <ldap.h>
void ldap_value_free_len( struct berval **values );

Parameters

This function has the following parameters:

values

Array of berval structures.

Example

See the example under ldap_get_values_len().

See Also

ldap_get_values(), ldap_get_values_len().


Table of Contents | Previous | Next | Index

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