qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 21H Function 2EH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
▀ This function provides increased data integrity by allowing the user to
  force a read-after-write verify of all data written to the disk, if
  that capability is supported by the manufacturer's disk driver.
 
▀ Because read-after-write verification slows disk operations, the de-
  fault setting of the verify flag is OFF.
 
▀ The current state of the verify flag can be determined using Int 21H
  Function 54H.
 
▀ The state of the verify flag is also controlled by the MS-DOS commands
  VERIFY OFF and VERIFY ON.
                                    -♦-