Enables or disables data collection - i.e. whether data is sent to Memory Validator from your target application.
extern "C"
void mvSetCollect(int enable); // TRUE to enable, FALSE to disable
Returns whether data collection is on.
extern "C"
int mvGetCollect(); // Returns TRUE or FALSE