INT 21 - Novell NetWare v2+ - AFP GET ENTRY ID FROM PATHNAME                    
	AX = F223h subfn 0Ch
	CX = length of request buffer in bytes
	DX = length of reply buffer in bytes
	DS:SI -> request buffer (see #02328)
	ES:DI -> reply buffer (see #02329)
Return: AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)
SeeAlso: 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 02328)
 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
SeeAlso: #02329


Format of NetWare "AFP Get Entry ID from Path Name" reply packet:
Offset	Size	Description	(Table 02329)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	AFP entry ID corresponding to specified file
SeeAlso: #02328