Interrups | Categories | Contents |
AH = E3h subfn E5h DS:SI -> request buffer (see #02075) ES:DI -> reply buffer (see #02076)
Return:
AL = status (00h,C6h) (see #02053)
Notes: This function is supported by Advanced NetWare 2.1+. One must have console operator privileges to get statistics for logical connections other than one's own
See Also: AH=E3h/SF=C8h - AH=E3h/SF=DAh - AH=E3h/SF=DBh -
See Also: AX=F217h/SF=E5h
Format of NetWare "Get Connection's Usage Statistics" request buffer: Offset Size Description (Table 02075) 00h WORD 0003h (length of following data) 02h BYTE E5h (subfunction "Get Connection's Usage Statistics") 03h WORD (big-endian) logical connection number
See Also: #02076 - #02243 at AX=F217h/SF=E5h
Format of NetWare "Get Connection's Usage Statistics" reply buffer: Offset Size Description (Table 02076) 00h WORD (call) 0014h (size of following results record) 02h DWORD (big-endian) clock ticks since server started 06h 6 BYTEs bytes read 0Ch 6 BYTEs bytes written 12h DWORD (big-endian) total request packets
See Also: #02075 - #02243 at AX=F217h/SF=E5h
Category: Netware - Int 21h - N
Interrups | Categories | Contents |