Int 21/AX=F217h/SF=16h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - GET CONNECTION INFORMATION (OLD)

AX = F217h subfn 16h
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #02170)
ES:DI -> reply buffer (see #02171)

Return:
AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h) reply buffer filled

See Also: AH=F2h"Novell" - AX=F217h/SF=1Ch - AX=F217h/SF=1Fh

Format of NetWare "Get Connection Information (old)" request packet: Offset Size Description (Table 02170) 00h WORD 0002h (length of following data) 02h BYTE 16h (subfunction "Get Connection Information (old)") 03h BYTE target connection number

Note: Connection numbers greater than the maximum supported by the server can cause ABENDs

See Also: #02171

Format of NetWare "Get Connection Information (old)" reply packet: Offset Size Description (Table 02171) 00h DWORD (big-endian) unique user ID, 00000000h if no one logged in 04h WORD (big-endian) user type 06h 48 BYTEs user name 36h 7 BYTEs login time (see #02087) 3Dh BYTE reserved

See Also: #02170

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents