typedef int (*PFI_AUD_EMITTER_DEINIT)(cobuns32_t flags,
void *emitter_data);
| flags | Reserved for future use (must be 0) |
| emitter_data | Emitter-specific data |
Nothing
| EMITTER_DEINIT_SUCCESS | 0 |
| EMITTER_DEINIT_FAIL | -1 |
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: