Int 21 Fn F257 - Novell Netware - Get Path String From Short Directory H [N]
AX = F257h subfn 15h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2093)
ES:DI -> reply buffer (see #2094)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F257h/SF=13h,AX=F257h/SF=16h
Format of NetWare "Get Path String from Short Directory Handle" request packet:
Offset Size Description (Table 2093)
00h BYTE 15h (subfunction "Get Path String from Short Directory Handle")
01h BYTE name space (see #2075)
02h BYTE short directory handle
See Also: #2094
Format of NetWare "Get Path String from Short Directory Handle" reply packet:
Offset Size Description (Table 2094)
00h BYTE length of path
01h N BYTEs full directory path
See Also: #2093