SysEventSetΒΆ
This function of type DWORD is used to set an event. The event is defined by the handle which was returned by the function SysEventCreate when creating the event. TRUE will be returned if as the event has been set successfully, otherwise FALSE.
Variable | Data Type | Description |
---|---|---|
DwHandle | DWORD | Event handle returned by SysEventCreate. |