[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn EF03  - Novell Netware - Workstation - Get Connection Id Table   [N]

   AX = EF03h

Return: ES:SI -> network shell's connection ID table (see below)
   AX = 0000h

Note:  this function is supported by Advanced NetWare 1.0+

See Also: AX=EF00h,AX=EF02h,AX=EF04h,AX=F002h

Format of connection ID table [one entry of eight-element array]:
Offset Size    Description
 00h   BYTE    in use flag
       E0h AES temporary
       F8h IPX in critical section
       FAh processing
       FBh holding
       FCh AES waiting
       FDh waiting
       FEh receiving
       FFh sending
 01h   BYTE    order number assigned to server (1-8)
 02h   DWORD   (big-endian) file server's network address
 06h  6 BYTEs  (big-endian) file server's node address
 0Ch   WORD    (big-endian) socket number
 0Eh   WORD    (big-endian) base receive timeout in clock ticks
 10h  6 BYTEs  (big-endian) preferred routing node
 16h   BYTE    packet sequence number
 17h   BYTE    connection number (FFh = no connection)
 18h   BYTE    connection status (00h if active)
 19h   WORD    (big-endian) maximum receive timeout in clock ticks
 1Bh  5 BYTEs  reserved

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