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_DEINIT)(cobuns32_t flags,
                                      void       *emitter_data);
 
               	   
            	 
            
               On Entry:
 
               		 
               		
                
                  		   
                  			 
                  - flags 
                     			 
                  
- Reserved for future use (must be 0) 
                     			 
                  
- emitter_data 
                     			 
                  
- Emitter-specific data 
                     			 
                  
  
            	 
             
            	 
            
               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.