In the manual reset event, the state of the object remains signaled until explicitly reset using the ResetEvent function.
在手工重置事件(manual reset event)中,对象的状态会一直维持为有信号状态,直到使用ResetEvent函数显式地重新设置它为止。
BManualReset is a flag and if it is TRUE, a manual-reset event is created and ResetEvent should be called explicitly to set the state to non-signaled.
bManualReset是一个标记,如果该值为TRUE,就会创建一个手工重置的事件,应该显式地调用ResetEvent,将事件对象的状态设置为无信号状态。
BManualReset is a flag and if it is TRUE, a manual-reset event is created and ResetEvent should be called explicitly to set the state to non-signaled.
bManualReset是一个标记,如果该值为TRUE,就会创建一个手工重置的事件,应该显式地调用ResetEvent,将事件对象的状态设置为无信号状态。
应用推荐