Sun Java System Access Manager 7.1 C API Reference

am_properties_iter_get_value()

Returns the value of the key currently referenced by the specified iterator object.

Syntax

#include "am_properties.h"
AM_EXPORT const char * 
am_properties_iter_get_value (am_properties_iter_t properties_iter);

Parameters

This function takes the following parameters:

properties_iter

The specified iterator object.

Returns

This function returns one of the following values:

NULL

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

char *

Value associated with the key.