Int 21/AX=F268h/SF=01h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v4+ - GET TREE NAME

AX = F268h subfn 01h
CX = length of request buffer in bytes (0001h)
DX = length of reply buffer in bytes (0064h)
DS:SI -> request buffer (see #02464)
ES:DI -> reply buffer (see #02465)

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

See Also: AX=F268h/SF=04h

Format of NetWare "Get Tree Name" request buffer: Offset Size Description (Table 02464) 00h BYTE 01h (subfunction "Get Tree Name")

Format of NetWare "Get Tree Name" reply buffer: Offset Size Description (Table 02465) 00h DWORD Ping version 04h DWORD length of tree name 08h 32 BYTEs tree name, padded with underscores ('_') 28h 60 BYTEs ???

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents