Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_value_iter_get()

Returns the value currently referenced by the specified iterator.

Syntax

#include "am_map.h"
AM_EXPORT const char *
am_map_value_iter_get(am_map_value_iter_t iter);

Parameters

This function takes the following parameters:

value_iter

The handle for the value iterator object to be examined.

Returns

This function returns const char * with one of the following values:

NULL

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

value

Otherwise