Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 0dh reset drive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 0Dh            Reset Drive

    Flushes all file buffers. Any write operations that are buffered
    by DOS are performed, and all waiting data is written to the
    appropriate drive.

        Entry   AH = 0Dh

        Return  Nothing

    ------------------------------------------------------------------

    Reset Drive does not update directory entries; programs must close
    changed files to ensure that the proper length of a changed file
    is recorded in the disk directory.

    This function is normally used by Ctrl-C interrupt handlers.

See Also: 3eh 45h 68h Int 23h

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