QueryPerformanceFrequency(&freq);
QueryPerformanceCounter(&previousTime);
and with this i get the elapsed time. but i am not sure how to create a ten second counter. something that will just return tru when the elapsed time reaches ten seconds.
I know this is simple but for some reason my mind is stumped. i just need some one to potentially explain how this works.
thanks