[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - File Server - Get File Server Informatio  [N]

   AH = E3h subfn 11h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful
Desc:  determine the version of software installed on the file server and
     how it is configured

Note:  this function is supported by Advanced NetWare 2.1+

See Also: AH=E3h/SF=0Eh,AE3h/SF=12h,AH=E3h/SF=CDh,AH=E3h/SF=D3h,AH=E3h/SF=E7h

See Also: AH=E7h

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

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 0080h (size of following results buffer)
 02h 48 BYTEs  server's name
 32h   BYTE    NetWare version
 33h   BYTE    NetWare subversion (0-99)
 34h   WORD    (big-endian) number of connections supported
 36h   WORD    (big-endian) number of connections in use
 38h   WORD    (big-endian) maximum connected volumes
---Advanced NetWare 2.1+ ---
 3Ah   BYTE    operating system revision number
 3Bh   BYTE    fault tolerance (SFT) level
 3Ch   BYTE    TTS level
 3Dh   WORD    (big-endian) maximum simultaneously-used connections
 3Fh   BYTE    accounting version
 40h   BYTE    VAP version
 41h   BYTE    queueing version
 42h   BYTE    print server version
 43h   BYTE    virtual console version
 44h   BYTE    security restrictions level
 45h   BYTE    internetwork bridge version
 46h 60 BYTEs  reserved

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson