One convenience function is provided that will start the Thread Validator GUI (if it is not already running), then load the Thread Validator execution tracer into your process and start tracing it.
extern "C"
int loadValidatorIntoApplication();
Returns:
TRUE Successfully loaded TV DLL into target application and successfully started the profiler.
FALSE Failed to load the TV DLL or failed to start the profiler.
To use this function #include loadValidatorIntoApplication.h into your code.
The source files can be found in the API directory in the Thread Validator install directory.
Just add these files to your project and build.