Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_entry_iter_is_entry_valid()

Determines if the specified iterator references a valid entry.

Syntax

#include "am_map.h"
AM_EXPORT boolean_t
am_map_entry_iter_is_entry_valid(am_map_entry_iter_t entry_iter);

Parameters

This function takes the following parameter:

entry_iter

The handle for the entry iterator object to be examined.

Returns

This function returns boolean_t with one of the following values:

0

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

!0

Otherwise.