dce_aud_free_header(3sec) — Subroutines
NAME
dce_aud_free_header — Frees the memory allocated to a designated audit record header structure. Used by the audit trail analysis and examination tools
Synopsis
void dce_aud_free_header(
dce_aud_hdr_t ∗header,
unsigned32 ∗status);
Parameters
Input
ardDesignates a pointer to an audit record header structure that was returned by a previous successful call to the dce_aud_get_header() function.
Output
statusThe status code returned by this routine.
Description
The dce_aud_free_header() frees the memory allocated to a designated audit record header structure. The designated audit record header is usually obtained from an audit record by calling dce_aud_get_header().
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_header(3sec), dce_aud_next(3sec), dce_aud_open(3sec).