Sun Java System Access Manager 7.1 C API Reference

am_map_value_iter_next()

Advances the specified value iterator to the next value associated with the key that was specified when the iterator was created.

Syntax

#include "am_map.h"
AM_EXPORT boolean_t
am_map_value_iter_next(am_map_value_iter_t iter);

Parameters

This function takes the following parameter:

iter

The specified value 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 successful.

0

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