Int 21/AX=F223h/SF=01h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v2+ - AFP CREATE DIRECTORY

AX = F223h subfn 01h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #02302)
ES:DI -> reply buffer (see #02303)

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

See Also: AH=F2h"Novell" - AX=F223h/SF=02h - AX=F223h/SF=0Dh

Format of NetWare "AFP Create Directory" request packet: Offset Size Description (Table 02302) 00h WORD (big-endian) length of following data 02h BYTE 01h (subfunction "AFP Create Directory") 03h BYTE volume number 04h DWORD AFP entry ID 08h BYTE reserved for future use 09h 32 BYTEs Finder information 29h BYTE path length 2Ah N BYTEs AFP-style directory pathname (relative to AFP entry ID)

See Also: #02303 - #02304 - #02330

Format of NetWare "AFP Create Directory" reply packet: Offset Size Description (Table 02303) 00h DWORD new directory ID

See Also: #02302 - #02331

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents