Int 21 Fn F256 - Novell Netware - Write Extended Attribute [N]
AX = F256h subfn 02h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2049)
ES:DI -> reply buffer (see #2050)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F256h/SF=01h,AX=F256h/SF=03h,AX=F256h/SF=05h
Format of NetWare "Write Extended Attribute" request packet:
Offset Size Description (Table 2049)
00h BYTE 02h (subfunction "Write Extended Attribute")
01h WORD flags (see #2060)
03h 8 BYTEs extended attribute handle structure (see #2061)
0Bh DWORD write size
0Fh DWORD write position
13h DWORD access flag
17h WORD length of value
19h WORD key length
1Bh N BYTEs key
N BYTEs value
See Also: #2049,#2051
Format of NetWare "Write Extended Attribute" reply packet:
Offset Size Description (Table 2050)
00h DWORD error code
04h DWORD number of bytes written
08h DWORD new extended attribute handle
See Also: #2049