Sun Java System Access Manager 7.1 C API Reference

Returns

This function returns one of the following values of the am_status_t enumeration (defined in the <am_types.h> header file):

AM_SUCCESS

If no error was detected.

AM_NO_MEMORY

If unable to allocate memory for the key iterator.

AM_INVALID_ARGUMENT

If the value_iter_ptr argument is NULL.


Note –

If value_iter_ptr is not NULL and an error is returned, the location that it references will be set to NULL.


AM_NOT_FOUND

If the entry_iter argument is NULL or does not reference a valid entry.