Int 21 Fn F256 - Novell Netware - Read Extended Attribute [N]

AX = F256h subfn 03h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2051)
ES:DI -> reply buffer (see #2052)

Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)

See Also: AH=F2h"Novell",AX=F256h/SF=01h,AX=F256h/SF=04h,AX=F256h/SF=05h

Format of NetWare "Read Extended Attribute" request packet:
Offset Size Description (Table 2051)
00h BYTE 03h (subfunction "Read Extended Attribute")
01h WORD flags (see #2060)
03h 8 BYTEs extended attribute handle structure (see #2061)
0Bh DWORD read position
0Fh DWORD inspect size
13h WORD key length
15h N BYTEs key

See Also: #2052,#2049

Format of NetWare "Read Extended Attribute" reply packet:
Offset Size Description (Table 2052)
00h DWORD error code
04h DWORD total extended attribute value length
08h DWORD new extended attribute handle
0Ch DWORD access flag
10h WORD value length
12h N BYTEs EA value

See Also: #2051