WORD timeKillEvent(wID) | |||
WORD wID; |
The timeKillEvent function destroys a specified timer callback event.
wID
Identifies the event to be destroyed.
Returns zero if successful. Returns TIMERR_NOCANDO if the specified timer event does not exist.
The timer event ID specified by wID must be an ID returned by timeSetEvent.
timeSetEvent