Int 21/AX=F217h/SF=F4h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v3+ - CONVERT PATH TO DIRECTORY ENTRY

AX = F217h subfn F4h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #02271)
ES:DI -> reply buffer (see #02272)

Return:
AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h) reply buffer filled

See Also: AX=F217h/SF=F3h

Format of NetWare "Convert Path to Directory Entry" request packet: Offset Size Description (Table 02271) 00h WORD length of following data 02h BYTE F4h (subfunction "Convert Path to Directory Entry") 03h BYTE directory handle or 00h for none 04h BYTE length of directory path 05h N BYTEs directory path (must be fully qualified if no handle specified)

See Also: #02272

Format of NetWare "Convert Path to Directory Entry" reply packet: Offset Size Description (Table 02272) 00h BYTE volume number 01h DWORD directory entry number

See Also: #02271

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents