Int 21/AX=F223h/SF=09h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v2+ - AFP SET FILE INFORMATION

AX = F223h subfn 09h
CX = length of request packet in bytes
DX = 0000h (no reply packet)
DS:SI -> request packet (see #02319)
ES:DI ignored

Return:
AX = status (see #02860 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 02319) 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 #02320) 0Ah WORD directory/file attributes (see #02335) 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: #02334

Bitfields for NetWare AFP request bitmap: Bit(s) Description (Table 02320) 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: #02319 - #02334

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents