Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Function 68H (decimal 104) was first supported in DOS version 3.3. When
  you call this function with an open file handle in BX, DOS flushes the
  disk buffer associated with the handle and updates the disk directory
  accordingly. This ensures that data written to the disk buffer but not yet
  physically written on a disk will not be lost should a power failure or
  other mishap occur.

  By executing function 68H, you obtain the same result that you would by
  using function 45H to duplicate a file handle and then using function
  3EH to close the duplicate handle.

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