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 - create/truncate remote file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - NETWORK REDIRECTOR - CREATE/TRUNCATE REMOTE FILE
        AX = 1117h
        ES:DI -> uninitialized SFT
        SS = DOS CS
        SDA first filename pointer -> fully-qualified name of file to open
        SDA CDS pointer -> current directory structure for drive with file
        STACK: WORD file creation mode???
Return: CF set on error
            AX = DOS error code (see INT 21/AH=59h)
        CF clear if successful
            SFT filled
        STACK unchanged
Note:   called by DOS 3.1+ kernel
SeeAlso: AX=1106h,AX=1116h,AX=1118h,INT 21/AH=3Ch,INT 21/AH=60h

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