Int 21 Fn F217 - Novell Netware V3+ - Get Logical Records By Connection [N]
AX = F217h subfn EFh
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1948)
ES:DI -> reply buffer (see #1949)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F217h/SF=DFh
Format of NetWare "Get Logical Records By Connection" request packet:
Offset Size Description (Table 1948)
00h WORD length of following data
02h BYTE EFh (subfunction "Get Logical Records By Connection")
03h WORD target connection number
05h WORD last record seen (set to 0000h before first call)
See Also: #1949
Format of NetWare "Get Logical Records By Connection" request packet:
Offset Size Description (Table 1949)
00h WORD next record (place in last-seen field on next call)
02h WORD number of records returned
04h Logical Lock Information records (see #1751 at AH=E3h/SF=DFh)
See Also: #1948