PFI_AUD_EMITTER_OUTPUT

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
On Exit:

Nothing

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.

Related topics: