timer
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I check for timer's existance? I can create a flag, set it with SetTimer and reset with KillTimer, but is the easier way exist? I'm using a pure API. With the best regards, Vitaly.
I don't think there's any documented way of doing this. The funny thing is that if you create a second timer with given ID, the function returns TRUE, and GetLastError returns 0. Tomasz Sowinski -- http://www.shooltz.com