[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - FILE SERVICES - SET FILE INFORMATION
        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
SeeAlso: 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    file's creation date (big-endian) (see AX=5700h for format)
 0Bh    WORD    date of last access (big-endian) (see AX=5700h for format)
 0Dh    DWORD   date and time of last update (big-endian) (see AH=E2h/SF=02h)
 11h    DWORD   object ID of owner (big-endian)
 15h    DWORD   date and time last archived (big-endian) (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)

See Also: 21B6
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson