Int 21 Fn F217 - Novell Netware V3+ - Get Connection's Open Files [N]
AX = F217h subfn EBh
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1937)
ES:DI -> reply buffer (see #1938)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
See Also: AH=F2h"Novell",AX=F217h/SF=DBh
Format of NetWare "Get Connection's Open Files" request buffer:
Offset Size Description (Table 1937)
00h WORD 0005h (length of following data)
02h BYTE EBh (subfunction "Get Connection's Open Files")
03h WORD target connection number
05h WORD last record seen (set to 0000h for first call)
Note: connection numbers greater than the maximum supported by the server
can cause ABENDs
See Also: #1938
Format of NetWare "Get Connection's Open Files" reply buffer:
Offset Size Description (Table 1938)
00h WORD next request record
02h WORD number of records returned (max 28)
04h 29N BYTEs array of connection records (see #1939)
See Also: #1937
Format of NetWare connection record:
Offset Size Description (Table 1939)
00h WORD task number
02h BYTE lock type
03h BYTE access control
04h BYTE lock flag
05h BYTE volume number
06h DWORD parent directory entry number
0Ah DWORD directory entry number
0Eh BYTE fork count
0Fh BYTE data stream type / name space (see #2075)
10h BYTE file name length
11h 12 BYTEs file name
See Also: #1938