SysEventDeleteΒΆ

This function of type BOOL deletes 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 deleted successfully, otherwise FALSE.

Variable Data Type Description
DwHandle DWORD Event handle returned by SysEventCreate.