resetevent
resetevent
-
In Windows , ResetEvent () is used to reset the state of the event object to a non-signaled state .
在Windows中,ResetEvent()用来将事件对象的状态重新设置为无信号状态。
-
In the manual reset event , the state of the object remains signaled until explicitly reset using the ResetEvent () function .
在手工重置事件(manualresetevent)中,对象的状态会一直维持为有信号状态,直到使用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(),将事件对象的状态设置为无信号状态。