Int 21 Fn F223 - Novell Netware V2+ - Afp Get Dos Filename From Entry Id [N]
AX = F223h subfn 12h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2027)
ES:DI -> reply buffer (see #2028)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F223h/SF=04h,AX=F223h/SF=06h
Format of NetWare "AFP Get DOS Name from Entry ID" request packet:
Offset Size Description (Table 2027)
00h WORD (big-endian) length of following data
02h BYTE 12h (subfunction "AFP Get DOS Name From Entry ID")
03h BYTE volume number
04h DWORD AFP entry ID
See Also: #2028
Format of NetWare "AFP Get DOS Name from Entry ID" reply packet:
Offset Size Description (Table 2028)
00h BYTE length of DOS pathname
01h N BYTEs pathname corresponding to AFP entry ID
See Also: #2027