Функция _WinAPI_SetEvent

 ↑  ←  Описание функции


_WinAPI_SetEvent

Sets the specified event object to the signaled state

#include <WinAPI.au3>
_WinAPI_SetEvent($hEvent)

Параметры

$hEvent Handle to the event objec

Возвращаемое значение

Успех:Возвращает True
Ошибка:Возвращает False

Примечания

The state of a manual-reset event object remains signaled until it is set explicitly to the nonsignaled state
by the ResetEvent function. Any number of waiting threads, or threads that subsequently begin wait operations
for the specified event object by calling one of the wait functions, can be released when the object's state
is signaled.

См. также

Искать SetEvent в библиотеке MSDN