DosSetVerify

DosSetVerify

#define INCL_DOSFILEMGR

USHORT  rc = DosSetVerify(VerifySetting);

USHORT           VerifySetting; /* New value of verify switch */

USHORT           rc;            /* return code */


[Back: DosSetVec]
[Next: DosSizeSeg]