Sun Java System Access Manager 7.1 C API Reference

am_map_value_iter_get()

Returns the value currently referenced by the specified value 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 parameter:

iter

The specified value iterator.

Returns

This function returns one of the following values:

char *

The value.

NULL

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