Sun Java System Access Manager 7.1 C API Reference

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.