NetAuditWrite function (lmaudit.h)
The NetAuditWrite function is obsolete. It is included for compatibility with 16-bit versions of Windows. Other applications should use event logging.
Syntax
NET_API_STATUS NET_API_FUNCTION NetAuditWrite(
DWORD type,
LPBYTE buf,
DWORD numbytes,
LPCWSTR service,
LPBYTE reserved
);
Parameters
type
TBD
buf
TBD
numbytes
TBD
service
TBD
reserved
TBD
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | lmaudit.h |