Hi
The project I'm working on involves working with events, and one of the things I need to do is find out whether the event is set or not.
Is there an easy way to do this?
I'm calling CreateEvent and SetEvent to create and set events
I can't just have a flag that changes whenever an event is set since it's heavily threaded... And my attempt using mutex's failed.
Any help very appreciated!
The project I'm working on involves working with events, and one of the things I need to do is find out whether the event is set or not.
Is there an easy way to do this?
I'm calling CreateEvent and SetEvent to create and set events
I can't just have a flag that changes whenever an event is set since it's heavily threaded... And my attempt using mutex's failed.
Any help very appreciated!