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

am_map_entry_iter_destroy()

Destroys the specified entry iterator.

Syntax

#include "am_map.h"
AM_EXPORT void
am_map_entry_iter_destroy(am_map_entry_iter_t entry_iter);

Parameters

This function takes the following parameter:

entry_iter

The specified entry iterator. It may be NULL.

Returns

This function does not return a value.