Int 21 Fn F258 - Novell Netware V4+ - Get Volume Auditing Statistics [N]

AX = F258h subfn 01h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2111)
ES:DI -> reply buffer (see #2112)

Return: AL = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled

See Also: AX=F268h/SF=C8h

Format of NetWare "Get Volume Auditing Statistics" request buffer:
Offset Size Description (Table 2111)
00h BYTE 01h (function "Get Volume Auditing Statistics")
01h DWORD volume

See Also: #2112

Format of NetWare "Get Volume Auditing Statistics" reply buffer:
Offset Size Description (Table 2112)
00h WORD auditing version (date)
02h WORD audit file version (date)
04h DWORD auditing enabled flag
08h DWORD audit file's size
0Ch DWORD audit configuration file's size
10h DWORD maximum audit file size
14h DWORD audit file size threshold
18h DWORD number of audit records
1Ch DWORD number of history records

See Also: #2111,#2164