NWADClose

Frees the auditHandle allocated by NWADOpen and NULL the pointer to the audit handle

NetWare Server:4.1 and above
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Auditing (AUD*.*)
Service:Auditing

Syntax

   #include <nwaudit.h> 
   or 
   #include <nwnet.h> 
    
   N_EXTERN_LIBRARY NWRCODE  NWADClose  ( 
      pnptr    auditHandle); 
   
   

Pascal Syntax

   uses audwin32 
    
   Function NWADClose 
     (Var auditHandle : nptr    
   ) : NWRCODE; 
   
   

Parameters

auditHandle
(IN) Points to the auditHandle allocated by NWADOpen.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

Remarks

All auditHandle parameters allocated by NWADOpen must be freed by calling NWADClose.

See Also

NWADOpen