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 21 - dos 3.1+ internal - commit all files for specified computer/process http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 3.1+ internal - COMMIT ALL FILES FOR SPECIFIED COMPUTER/PROCESS
        AX = 5D01h
        DS:DX -> DOS parameter list (see AX=5D00h), only computer ID and
                process ID fields used
Return: CF set on error
            AX = error code (see AH=59h)
        CF clear if successful
Notes:  flushes buffers and updates directory entries for each file which has
          been written to; if remote file, calls INT 2F/AX=1107h
        the computer ID and process ID are stored but ignored under DOS 3.3
SeeAlso: AH=68h, INT 2F/AX=1107h

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