Interrups | Categories | Contents |
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)
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 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
See Also: #02329
Format of NetWare "AFP Get Entry ID from Path Name" reply packet: Offset Size Description (Table 02329) 00h DWORD AFP entry ID corresponding to specified file
See Also: #02328
Category: Netware - Int 21h - N
Interrups | Categories | Contents |