Thread: Timer Functions
View Single Post
  #1  
Old 05-24-2005, 02:09
bedrock's Avatar
bedrock bedrock is offline
Friend
 
Join Date: May 2002
Posts: 96
Rept. Given: 8
Rept. Rcvd 5 Times in 2 Posts
Thanks Given: 20
Thanks Rcvd at 2 Times in 2 Posts
bedrock Reputation: 5
Timer Functions

I'm debugging an demo version of an application that terminates after 1 hour, with the intention of trying to find the timer, and kill it so the application will run continuously.

I have been looking at various time related API's, but i haven't found how it checks if the hour is up yet.

Does anyone have any more API's i could look at, or a list of windows timer related API's, so far i have looked for:

SetTimer
KillTimer
GetTickCount
GetSystemTime
GetLocalTime

Or any general advice on how to seek and kill time trial based software

Thanks in advance

--
bedrock
Reply With Quote