Sun Java System Access Manager 7.1 C API Reference

am_map_value_iter_destroy()

Destroys the specified value iterator.

Details

am_map_value_iter_destroy() destroys the am_map_value_iter_t passed to it. The caller must be sure that this function is not called multiple times on the same am_map_value_iter_t.

Syntax

#include "am_map.h"
AM_EXPORT void
am_map_value_iter_destroy(am_map_value_iter_t iter);

Parameters

This function takes the following parameter:

iter

The specified value iterator.

Returns

This function does not return a value.