Int 21 Fn F24E - Novell Netware V2+ - Allow Task Access To File [N]

AX = F24Eh
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2046)
ES:DI -> reply buffer (see #2047)

Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
Desc: allow calling task to gain access to an already-open file belonging
to another task of the same client

Note: the caller receives the same access rights as the owning task, and
must use the returned new handle to access the file

See Also: AH=F2h"NetWare",AX=F244h

Format of NetWare "Allow Task Access to File" request packet:
Offset Size Description (Table 2046)
00h BYTE reserved for future use
01h 6 BYTEs NetWare file handle

See Also: #2047

Format of NetWare "Allow Task Access to File" reply packet:
Offset Size Description (Table 2047)
00h 6 BYTEs new file handle

See Also: #2046