Note: Audit Manager is deprecated and provided for backward compatibility only. We recommend that you use syslog events instead.
See
Enterprise Server Auditing for more information.
Restriction: This topic applies only when the Enterprise Server feature is enabled.
Syntax:
typedef int (*PFI_AUD_EMITTER_OUTPUT)(cobuns32_t flags,
AUDIT_EMITTER_EVENT *audit_event,
void *emitter_data);
On Entry:
flags
|
Reserved for future use (must be 0)
|
audit_event
|
Audit event to output
|
emitter_data
|
Emitter-specific data
|
Return Codes:
EMITTER_OUTPUT_SUCCESS
|
0
|
EMITTER_OUTPUT_FAIL
|
-1
|
Comments:
This function is invoked by the audit facility to output an audit event to an output destination.