dce_aud_reset(3sec)Resets the cursors and the file pointers of the specified audit trail. Used by the trail analysis and examination tools. Synopsis
#include <dce/audit.h> Parameters Input
at Output
status Description The dce_aud_reset( ) function resets the cursors and the file pointers of the specified audit trail file. The function is used to explicitly reset the current cursors and file pointers to the beginning of the audit trail files. dce_aud_open( ) must be called to specify the desired audit trail file. Otherwise, dce_aud_reset( ) will reset the audit trail which is currently set in the value of at. If the call is successful, the file cursors are set to the beginning of the file. 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. The possible status codes and their meaning are:
aud_s_ok
aud_s_invalid_trail_descriptor
Related Information
|