INT 21 - Novell NetWare - GET LOGICAL RECORDS BY CONNECTION (OLD)
	AX = F217h subfn DFh
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02061 at AH=E3h/SF=DFh)
	ES:DI -> reply buffer (see #02238)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: AH=F2h"Novell",AH=E3h/SF=DFh,AX=F217h/SF=EFh


Format of NetWare "Get Logical Records By Connection (old)" reply packet:
Offset	Size	Description	(Table 02238)
 00h	WORD	next request record (place in "last record" field on next call)
		0000h if no more locked records
 02h	BYTE	number of records following
 03h	var	array of Logical Lock Information Records
		  (see #02063 at AH=E3h/SF=DFh)
SeeAlso: #02061,#02062 at AH=E3h/SF=DFh