SetEvent for thread
-
Hi, I need to set an event for my thread every 100 miliseond automatcly -( after it's running i am doing ResetEvent and need to wait again for the event to happen) how can i do that ??? I am quiet sure that there is somthing for that and it would be a great help. Thanks :)
-
Hi, I need to set an event for my thread every 100 miliseond automatcly -( after it's running i am doing ResetEvent and need to wait again for the event to happen) how can i do that ??? I am quiet sure that there is somthing for that and it would be a great help. Thanks :)
If you are running on NT/W2K/XP/98/ME, you can use a waitable timer (CreateWaitableTimer). Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
-
If you are running on NT/W2K/XP/98/ME, you can use a waitable timer (CreateWaitableTimer). Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?