In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.
在Windows中,事件对象是那些需要使用SetEvent函数显式地将其状态设置为有信号状态的同步对象。
The state of each of these objects is either signaled or not signaled.
这些东西的状态是有信号或者无信号的。
应用推荐