PreviousNext

dce_aud_free_ev_info(3sec)

Frees the memory allocated for an event information structure returned from calling dce_aud_get_ev_info( ).

Used by the audit trail analysis and examination tools.

Synopsis

#include <dce/audit.h>

void dce_aud_free_ev_info(
dce_aud_ev_info_t *event_info,
unsigned32 *status);

Parameters

Input

event_info
Designates an event-specific information item returned from a previous successful call to the dce_aud_get_ev_info( ) function.

Output

status
The status code returned by this routine.

Description
The dce_aud_free_ev_info( ) function frees the memory allocated for an event information structure returned by a previous successful call to the dce_aud_get_ev_info( ) function.

Return Values
No value is returned.

Errors

The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.

aud_s_ok
The call was successful.

Related Information
Functions:

dce_aud_next(3sec)

dce_aud_get_ev_info(3sec)