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
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