[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: getverify()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson