Int 21/AX=F223h/SF=12h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v2+ - AFP GET DOS FILENAME FROM ENTRY ID

AX = F223h subfn 12h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #02339)
ES:DI -> reply buffer (see #02340)

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

Format of NetWare "AFP Get DOS Name from Entry ID" request packet: Offset Size Description (Table 02339) 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: #02340

Format of NetWare "AFP Get DOS Name from Entry ID" reply packet: Offset Size Description (Table 02340) 00h BYTE length of DOS pathname 01h N BYTEs pathname corresponding to AFP entry ID

See Also: #02339

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents