SetEvent() - Sets the specified event object to the signaled state.
ResetEvent() - Sets the specified event object to the nonsignaled state.
------------------------------------------
PulseEvent() - This function is unreliable and should not be used. It exists mainly for backward compatibility.
Вот, кстати, пояснение: PulseEvent имеет фундаментальный изъян
|