NWAddRecordToAuditingFile
Allows NLM applications to add records to the audit file.
#include <nlm\nwtypes.h>
#include <nwaudnlm.h>
int NWAddRecordToAuditingFile (
LONG volumeNumber,
LONG recordType,
LONG stationNumber,
LONG statusCode,
BYTE *data,
LONG dataSize);
Before calling the NWAddRecordToAuditingFile function, use the Auditcon utility to set "NLM Add Audit Record" to "Audited" (in "Audit by server events").
Retrieve the record with the Auditcon utility or a client application.
NOTE:To avoid conflicts between applications, developers should contact Developer Support (1-800-REDWORD) when assigning a record type.