[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - FILE SERVICES - SCAN FILE INFORMATION
        AH = E3h subfn 0Fh
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            89h not permitted to search directory
            FFh no more matching files
Note:   this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
SeeAlso: AH=E3h/SF=10h

Format of request buffer:
Offset  Size    Description
 00h    WORD    length of following data (max 105h)
 02h    BYTE    0Fh (subfunction "Scan File Information")
 03h    WORD    sequence number (big-endian)
                FFFFh on first call
 05h    BYTE    directory handle or 00h
 06h    BYTE    search attributes (see AX=4301h)
 07h    BYTE    length of filespec
 08h  N BYTEs   ASCIZ uppercase filespec

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) 005Eh (size of following results buffer)
 02h    WORD    next sequence number (place in request buffer for next call)
 04h 15 BYTEs   ASCIZ filename
 13h    BYTE    file attributes (see AX=4301h for format)
 14h    BYTE    extended file attributes (see AH=B6h for format)
 15h    DWORD   file size in bytes (big-endian)
 19h    WORD    file's creation date (big-endian) (see AX=5700h for format)
 1Bh    WORD    date of last access (big-endian) (see AX=5700h for format)
 1Dh    DWORD   date and time of last update (big-endian) (see AH=E2h/SF=02h)
 21h    DWORD   object ID of owner (big-endian)
 25h    DWORD   date and time last archived (big-endian) (see AH=E2h/SF=02h)
 29h 55 BYTEs   reserved

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