[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Int 21 Fn E3 - Novell Netware - File Services - Set File Information [N]
AH = E3h subfn 10h
DS:SI -> request buffer (see below)
ES:DI -> reply buffer (see below)
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
Format of request buffer:
Offset Size Description
00h WORD length of following data (max 151h)
02h BYTE 10h (subfunction "Set File Information")
03h BYTE file attributes (see AX=4301h for format)
04h BYTE extended file attributes (see AH=B6h for format)
05h 4 BYTEs reserved
09h WORD (big-endian) file's creation date (see AX=5700h for format)
0Bh WORD (big-endian) date of last access (see AX=5700h for format)
0Dh DWORD (big-endian) date and time of last update (see AH=E2h/SF=02h)
11h DWORD (big-endian) object ID of owner
15h DWORD (big-endian) date and time last archived (see AH=E2h/SF=02h)
19h 56 BYTEs reserved
51h BYTE directory handle or 00h
52h BYTE search attributes (see AX=4301h for format)
53h BYTE length of filename
54h N BYTEs filename
Format of reply buffer:
Offset Size Description
00h WORD (call) 0000h (no results returned)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson