Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_value_iter_is_value_valid()

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

Syntax

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

Parameters

This function takes the following parameters:

value_iter

The handle for the value iterator object to be modified.

Returns

This function returns AM_EXPORT boolean_t with one of the following values:

0

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

!0

Otherwise