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