Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

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.