Int 21 Fn F223 - Novell Netware V2+ - Afp Get Entry Id From Pathname [N]
AX = F223h subfn 0Ch
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2016)
ES:DI -> reply buffer (see #2017)
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,AX=F223h/SF=12h
Format of NetWare "AFP Get Entry ID from Path Name" request packet:
Offset Size Description (Table 2016)
00h WORD (big-endian) length of following data
02h BYTE 0Ch (subfunction "AFP Get Entry ID from Path Name")
03h BYTE NetWare directory handle
04h BYTE path length
05h N BYTEs pathname
See Also: #2017
Format of NetWare "AFP Get Entry ID from Path Name" reply packet:
Offset Size Description (Table 2017)
00h DWORD AFP entry ID corresponding to specified file
See Also: #2016