Int 21 Fn F217 - Novell Netware V3+ - Get Logical Record Information [N]
AX = F217h subfn F0h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1950)
ES:DI -> reply buffer (see #1951)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F217h/SF=E0h,AX=F217h/SF=EFh
Format of NetWare "Get Logical Record Information" request packet:
Offset Size Description (Table 1950)
00h WORD length of following data
02h BYTE F0h (subfunction "Get Logical Record Information")
03h WORD last record seen
05h BYTE length of logical record name
06h N BYTEs logical record name (case-sensitive)
See Also: #1951
Format of NetWare "Get Logical Record Information" request packet:
Offset Size Description (Table 1951)
00h WORD number of connections logging record
02h WORD number of shareable locks
04h BYTE flag: locked exclusively if nonzero
05h WORD next request record (place in last-seen field on next call)
07h BYTE number of records returned
08h logical record information records [array]
Offset Size Description
00h WORD connection number
02h BYTE task number
03h BYTE lock status
See Also: #1950