Interrups | Categories | Contents |
AX = F24Eh CX = length of request buffer in bytes DX = length of reply buffer in bytes DS:SI -> request buffer (see #02358) ES:DI -> reply buffer (see #02359)
Return:
AX = status (see #02860 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 02358) 00h BYTE reserved for future use 01h 6 BYTEs NetWare file handle
See Also: #02359
Format of NetWare "Allow Task Access to File" reply packet: Offset Size Description (Table 02359) 00h 6 BYTEs new file handle
See Also: #02358
Category: Netware - Int 21h - N
Interrups | Categories | Contents |