CreateEvent(..)
-
Any advice about the following would very much appreciated. Is it possible to create an event that can be waited on in any thread, not just an owning thread or a child thread. Is this possible ?. Thanks.
-
Any advice about the following would very much appreciated. Is it possible to create an event that can be waited on in any thread, not just an owning thread or a child thread. Is this possible ?. Thanks.
An unnamed Event can be waited on in any thread that belongs to the process it is created in. If the event is inheritable, it can also be waited on in any thread of a child process. To wait on an event in any process, use a named event, each Process must call CreateEvent or OpenEvent, however.
Flirt harder, I'm a coder.
mlog || Agile Programming | doxygen