NetAuditRead function (lmaudit.h)

The NetAuditRead 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 NetAuditRead(
  LPCWSTR server,
  LPCWSTR service,
  LPHLOG  auditloghandle,
  DWORD   offset,
  LPDWORD reserved1,
  DWORD   reserved2,
  DWORD   offsetflag,
  LPBYTE  *bufptr,
  DWORD   prefmaxlen,
  LPDWORD bytesread,
  LPDWORD totalavailable
);

Parameters

server

TBD

service

TBD

auditloghandle

TBD

offset

TBD

reserved1

TBD

reserved2

TBD

offsetflag

TBD

bufptr

TBD

prefmaxlen

TBD

bytesread

TBD

totalavailable

TBD

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header lmaudit.h