Int 21 Fn F223 - Novell Netware V2+ - Afp Set File Information [N]
AX = F223h subfn 09h
CX = length of request packet in bytes
DX = 0000h (no reply packet)
DS:SI -> request packet (see #2007)
ES:DI ignored
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F223h/SF=05h,AX=F223h/SF=0Ah,AX=F223h/SF=13h
Format of NetWare "AFP Set File Information" request packet:
Offset Size Description (Table 2007)
00h WORD (big-endian) length of following data
02h BYTE 09h (subfunction "AFP Set File Information")
03h BYTE volume number
04h DWORD AFP entry ID
08h WORD request bitmap (see #2008)
0Ah WORD directory/file attributes (see #2023)
0Ch WORD creation date in AFP format
0Eh WORD last-access date in AFP format
10h WORD last-modified date in AFP format
12h WORD last-modified time in AFP format
14h WORD last-backup date in AFP format
16h WORD last-backup time in AFP format
18h 32 BYTEs Finder information
38h BYTE path length
39h N BYTEs AFP-style pathname (relative to AFP entry ID)
See Also: #2022
Bitfields for NetWare AFP request bitmap:
Bit(s) Description (Table 2008)
8 set attributes
10 set creation date
11 set last-access date
12 set last-modified date
13 set last-backup date
14 set Finder information
See Also: #2007,#2022