Sets the specified event object to the signaled state. Execute this function on an event that was created with CreateEvent(). In contrast to the function PulseEvent(), SetEvent() raises an event but does not reset it automatically. Use the function ResetEvent() to reset the event manually.
kernel.bdh
SetEvent( in hEvent : long ): boolean;
Parameter | Description |
---|---|
hEvent | event handle returned by CreateEvent() |
true if successful
false otherwise