dce_aud_free_ev_info(3sec) — Subroutines
NAME
dce_aud_free_ev_info — Frees the memory allocated for an event information stucture returned from calling dce_aud_get_ev_info(). Used by the audit trail analysis and examination tools.
Synopsis
void dce_aud_free_ev_info(
dce_aud_ev_info_t ∗event_info,
unsigned32 ∗status);
Parameters
Input
event_infoDesignates an event-specific information item returned from a previous successful call to the dce_aud_get_ev_info() function.
Output
statusThe status code returned by this routine.
Description
The dce_aud_free_ev_info() function frees the memory allocated for an event information stucture 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_get_ev_info(3sec), dce_aud_next(3sec).