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

am_properties_iter_destroy()

Destroys the specified iterator object.

Syntax

#include "am_properties.h"
AM_EXPORT void
am_properties_iter_destroy(am_properties_iter_t properties_iter);

Parameters

This function takes the following parameter:

properties_iter

The specified iterator object. It may be NULL.

Returns

This function returns no value.