[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - FILE SERVER - GET FILE SERVER MISC INFORMATION
        AH = E3h subfn E8h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            C6h no console rights
Note:   this function is supported by Advanced NetWare 2.1+
SeeAlso: AH=E3h/SF=11h,AH=E3h/SF=CDh,AH=E3h/SF=E7h

Format of request buffer:
Offset  Size    Description
 00h    WORD    0001h (length of following data)
 02h    BYTE    E8h (subfunction "Get File Server Misc Information")

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) size of following results buffer (max 0048h)
 02h    DWORD   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    maximum bindery objects set by configuration (big-endian)
                0000h = unlimited
 0Ch    WORD    maximum number of bindery objects used (big-endian)
 0Eh    WORD    current number of bindery objects in use (big-endian)
 10h    WORD    total server memory in K (big-endian)
 12h    WORD    wasted server memory in K (big-endian)
                normally 0000h
 14h    WORD    number of records following (01h-03h)
 16h    Dynamic Memory Information [array]
        Offset  Size    Description
         00h    DWORD   total dynamic space (big-endian)
         04h    DWORD   maximum dynamic space used (big-endian)
         08h    DWORD   current dynamic space usage (big-endian)

See Also: 21E3
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson