Sun Java System Access Manager 7 2005Q4 C API Reference

am_properties_iter_get_value()

Returns the value of the element currently referenced by the specified iterator.

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 handle for the properties 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 entry.

value

Otherwise.