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

am_map_entry_iter_next()

Advances the specified entry iterator to the next entry in the map specified when the iterator was first 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 parameter:

entry_iter

The specified event iterator.

Returns

This function returns one of the following values of the boolean_t enumeration (defined in the standard <types.h> header file):


Note –

The code used is dependent on the server operating system.


!0

If the entry is valid.

0

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