Sun Java System Access Manager 7 2005Q4 C API Reference

am_properties_iter_destroy()

Destroys the properties iterator object referenced by the provided handle.

Syntax

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

Parameters

This function takes the following parameters:

properties_iter

The handle for the key iterator object to be destroyed. The handle may be NULL.

Returns

None