NetAuditRead 函数 (lmaudit.h)
NetAuditRead 函数已过时。 包含它是为了与 16 位版本的 Windows 兼容。 其他应用程序应使用 事件日志记录。
语法
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
);
参数
server
TBD
service
TBD
auditloghandle
TBD
offset
TBD
reserved1
TBD
reserved2
TBD
offsetflag
TBD
bufptr
TBD
prefmaxlen
TBD
bytesread
TBD
totalavailable
TBD
返回值
无
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | lmaudit.h |