dce_aud_length(3sec)Gets the length of a specified audit record. Used by client/server applications and trail analysis and examination tools. Synopsis
#include <dce/audit.h> Parameters Input
ard Output
status
Description Applications can use this function to know how much space an audit record will use before it is committed. This function can also be used by audit trail analysis and examination tools to determine the space that a previously committed audit record uses before it is read.
Return Values 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_invalid_record_descriptor
aud_s_ok
Status codes passed from audit_pickle_dencode_ev_info( ) (RPC IDL compiler). Status codes passed from idl_es_handle_free( ). Status codes passed from rpc_sm_client_free( ).
Related Information dce_aud_start_with_server_binding(3sec)
|