Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 2f - multiplex - network redirector - findfirst http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - NETWORK REDIRECTOR - FINDFIRST
        AX = 111Bh
        SS = DS = DOS CS
        [DTA] = uninitialized 21-byte findfirst search data (see INT 21/AH=4Eh)
        SDA first filename pointer -> fully-qualified search template
        SDA CDS pointer -> current directory structure for drive with file
Return: CF set on error
            AX = DOS error code (see INT 21/AH=59h)
        CF clear if successful
            [DTA] = updated findfirst search data
                    (bit 7 of first byte must be set)
            [DTA+15h] = standard directory entry for file
Note:   called by DOS 3.1+ kernel
SeeAlso: AX=111Ch, INT 21/AH=4Eh, INT 21/AH=60h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson