Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

am_properties_iter_get_key()

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

Syntax

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

Parameters

This function takes the following parameter:

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 *

The key.