Int 21 Fn F217 - Novell Netware - Get Object Connection List [N]
AX = F217h subfn 1Bh
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #1864)
ES:DI -> reply buffer (see #1865)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F217h/SF=15h
Format of NetWare "Get Object Connection List" request packet:
Offset Size Description (Table 1864)
00h WORD length of following data
02h BYTE 1Bh (subfunction "Get Object Connection List")
03h DWORD search connection number
set to highest connection number returned by previous call, or
00000000h before first call
07h WORD object type
09h BYTE length of object's name
0Ah N BYTEs object name
See Also: #1865
Format of NetWare "Get Object Connection List" reply packet:
Offset Size Description (Table 1865)
00h BYTE length of connection number list
01h N WORDs array of server connection numbers
See Also: #1864