Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_entry_iter_next()

Advances the specified iterator to the next entry in the map specified when the iterator was created.

Syntax

#include "am_map.h"
AM_EXPORT boolean_t
am_map_entry_iter_next(am_map_entry_iter_t entry_iter);

Parameters

This function takes the following parameters:

entry_iter

The handle for the entry iterator object to be modified.

Returns

This function returns boolean_t with one of the following values:

0

If the specified iterator is NULL or does not reference a valid entry after being updated.

!0

Otherwise.