Please enable JavaScript to view this site.

Memory Validator Help

Navigation: Native API

Data Collection

Scroll Prev Top Next More

 

mvSetCollect()

 

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

 

 

mvGetCollect()

 

Returns whether data collection is on.

 

extern "C" 
int mvGetCollect(); // Returns TRUE or FALSE