Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_entry_iter_destroy()

Destroys the entry iterator object referenced by the provided handle.

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 handle for the key iterator object to be destroyed. The handle may be NULL.

Details

This function destroys the am_map_entry_iterator_t passed to it.

Memory Concerns: Caller must be sure that this function is not called multiple times on the same am_map_entry_iter_t.