NWADCloseRecordFile

Frees the recordHandle allocated by NWADOpenRecordFile

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  NWADCloseRecordFile  ( 
      pnptr   recordHandle); 
   
   

Pascal Syntax

   uses audwin32 
    
   Function NWADCloseRecordFile 
     (Var recordHandle : nptr       
   ) : NWRCODE; 
   
   

Parameters

recordHandle
(IN/OUT) Points to the record handle to free.

Return Values

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

0x0000

SUCCESSFUL

Remarks

All resources used in the recordHandle s allocated by NWADOpenRecordFile are freed by calling NWADCloseRecordFile.

See Also

NWADOpenRecordFile, NWADReadRecord