[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
INT 21 - Novell NetWare - CONNECTION SERVICES - GET CONNECTION INFORMATION
AH = E3h subfn 16h
DS:SI -> request buffer (see below)
ES:DI -> reply buffer (see below)
Return: AL = status
00h successful
Note: this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
SeeAlso: AH=DCh"NetWare",AH=E3h/SF=14h
Format of request buffer:
Offset Size Description
00h WORD 0002h (length of following data)
02h BYTE 16h (subfunction "Get Connection Information")
03h BYTE logical connection number (01h-64h)
Format of reply buffer:
Offset Size Description
00h WORD (call) 003Dh (length of following results buffer)
02h DWORD object ID for object logged in on the connection (big-endian)
00000000h if no object logged in
06h WORD type of object (big-endian)
08h 48 BYTEs name of object
38h 7 BYTEs login time (see below)
Format of login time:
Offset Size Description
00h BYTE year (80-99 = 1980-1999, 00-79 = 2000-2079)
01h BYTE month (1-12)
02h BYTE day (1-31)
03h BYTE hour (0-23)
04h BYTE minute (0-59)
05h BYTE second (0-59)
06h BYTE day of week (0 = Sunday)
See Also:
21D7
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson