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.