PFI_AUD_EMITTER_DEINIT

Syntax:
typedef int (*PFI_AUD_EMITTER_DEINIT)(cobuns32_t flags,
                                      void       *emitter_data);
On Entry:
flags Reserved for future use (must be 0)
emitter_data Emitter-specific data
On Exit:

Nothing

Return Codes:
EMITTER_DEINIT_SUCCESS 0
EMITTER_DEINIT_FAIL -1
Comments:

This function is invoked by the audit facility during its deinitialisation to allow the emitter to release any resources it had acquired during any previous invocations.

Related topics: