Int 21 Fn E3 - Novell Netware - File Server - Get File Server Misc Infor [N]
AH = E3h subfn E8h
DS:SI -> request buffer (see #1769)
ES:DI -> reply buffer (see #1770)
Return: AL = status (00h,C6h) (see #1741)
Note: this function is supported by Advanced NetWare 2.1+
See Also: AH=E3h/SF=0Eh,AH=E3h/SF=11h,AH=E3h/SF=CDh,AH=E3h/SF=E7h
See Also: AX=F217h/SF=E8h
Format of NetWare "Get File Server Misc Information" request buffer:
Offset Size Description (Table 1769)
00h WORD 0001h (length of following data)
02h BYTE E8h (subfunction "Get File Server Misc Information")
See Also: #1770,#1934 at AX=F217h/SF=E8h
Format of NetWare "Get File Server Misc Information" reply buffer:
Offset Size Description (Table 1770)
00h WORD (call) size of following results buffer (max 0048h)
02h DWORD (big-endian) clock ticks since system started
06h BYTE CPU type
00h Motorola 68000
01h Intel 8086, 8088, or V20
02h Intel 80286+
07h BYTE reserved
08h BYTE number of service processes in server
09h BYTE server utilization in percent
0Ah WORD (big-endian) maximum bindery objects set by configuration
0000h = unlimited
0Ch WORD (big-endian) maximum number of bindery objects used
0Eh WORD (big-endian) current number of bindery objects in use
10h WORD (big-endian) total server memory in KB
12h WORD (big-endian) wasted server memory in KB
normally 0000h
14h WORD number of records following (01h-03h)
16h var array of Dynamic Memory Information records (see #1771)
See Also: #1769,#1934 at AX=F217h/SF=E8h
Format of NetWare Dynamic Memory Information:
Offset Size Description (Table 1771)
00h DWORD (big-endian) total dynamic space
04h DWORD (big-endian) maximum dynamic space used
08h DWORD (big-endian) current dynamic space usage