Determines if write verification is enabled.
#define INCL_DOSFILEMGR #include <os2.h> PBOOL32 pBool; /* Address of the verify mode for the process. */ APIRET ulrc; /* Return Code. */ ulrc = DosQueryVerify(pBool);