I need to figure out how to set the global parameter GUID_PerfAutoDownload to true.
I tried:
bool m = true;
g_performance->SetGlobalParam(GUID_PerfAutoDownload, (void **) &m, sizeof(m);
Unfortunately, it didn't work.
Anybody know how to use this method?
Thanks,
Igglybob
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.