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

am_log_record_destroy()

Destroys the specified log record.

Syntax

#include "am_log.h" 
AM_EXPORT am_status_t 
am_log_record_destroy(am_log_record_t record);

Parameters

This function takes the following parameter:

record

A log record pointer.

Returns

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