NWADClose
Frees the auditHandle allocated by NWADOpen and NULL the pointer to the audit handle
#include <nwaudit.h>
or
#include <nwnet.h>
N_EXTERN_LIBRARY NWRCODE NWADClose (
pnptr auditHandle);
uses audwin32
Function NWADClose
(Var auditHandle : nptr
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
All auditHandle parameters allocated by NWADOpen must be freed by calling NWADClose.