setverify()              Set Verify State
 
 #include   <dos.h>
 
 void       setverify(value);
 int        value;                       On/off flag
 
    setverify() sets the current state of the verify flag to 'value'. If
    'value' = 0, the verify flag is off.  If 'value' = 1, the verify flag
    is on.  The verify flag controls output to the disk.  When verify is
    'off', writes are not verified.  When verify is 'on', all disk writes
    are verified to ensure proper writing of the data.
 
    Returns:    There is no return value.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster