Int 21 Fn F223 - Novell Netware V2+ - Afp 2.0 Create File [N]
AX = F223h subfn 0Eh
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #2020)
ES:DI -> reply buffer (see #2021)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
See Also: AH=F2h"Novell",AX=F223h/SF=0Dh
Format of NetWare "AFP 2.0 Create File" request packet:
Offset Size Description (Table 2020)
00h WORD (big-endian) length of following data
02h BYTE 0Eh (function "AFP 2.0 Create File")
03h BYTE volume number
04h DWORD AFP entry ID
08h BYTE flag: delete existing file? (00h no, 01h yes)
09h 32 BYTEs Finder information
29h 6 BYTEs ProDOS information
2Fh BYTE path length
30h var AFP-style pathname (relative to AFP entry ID)
See Also: #2021,#1992
Format of NetWare "AFP 2.0 Create File" reply packet:
Offset Size Description (Table 2021)
00h DWORD new file ID
See Also: #2020,#1993