Int 21/AH=E3h/SF=10h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVICES - SET FILE INFORMATION

AH = E3h subfn 10h
DS:SI -> request buffer (see #01905)
ES:DI -> reply buffer (see #01906)

Return:
AL = status 00h successful

Note: This function is supported by Advanced NetWare 1.0+ and Alloy NTNX. The caller must have modify privileges on the directory containing the file

See Also: AH=B6h - AH=E3h/SF=0Fh - AX=F217h/SF=10h

Format of NetWare "Set File Information" request buffer: Offset Size Description (Table 01905) 00h WORD length of following data (max 151h) 02h BYTE 10h (subfunction "Set File Information") 03h BYTE file attributes (see #01420 at AX=4301h) 04h BYTE extended file attributes (see #01804 at AH=B6h) 05h 4 BYTEs reserved 09h WORD (big-endian) file's creation date (see #01666 at AX=5700h) 0Bh WORD (big-endian) date of last access (see #01665 at AX=5700h) 0Dh DWORD (big-endian) date and time of last update (see #01846) 11h DWORD (big-endian) object ID of owner 15h DWORD (big-endian) date and time last archived (see #01846) 19h 56 BYTEs reserved 51h BYTE directory handle or 00h 52h BYTE search attributes (see #01420 at AX=4301h) 53h BYTE length of filename 54h N BYTEs filename

See Also: #01906

Format of NetWare reply buffer: Offset Size Description (Table 01906) 00h WORD (call) 0000h (no results returned)

See Also: #01905

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents