PreviousNext

dce_aud_close(3sec)

Closes an audit trail file. Used by client/server applications and audit trail analysis and examination tools.

Synopsis

#include <dce/audit.h>

void dce_aud_close(
dce_aud_trail_t at,
unsigned32 *status);

Parameters

Input

at
A pointer to an audit trail descriptor returned by a previous call to dce_aud_open( ).

Output

status
The status code returned by this routine.

Description
The dce_aud_close( ) function releases data structures of file openings, RPC bindings, and other memory associated with the audit trail that is specified by the audit trail descriptor.

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_open(3sec)