timeKillEvent

  WORD timeKillEvent(wID)    
  WORD wID;    

The timeKillEvent function destroys a specified timer callback event.

Parameters

wID

Identifies the event to be destroyed.

Return Value

Returns zero if successful. Returns TIMERR_NOCANDO if the specified timer event does not exist.

Comments

The timer event ID specified by wID must be an ID returned by timeSetEvent.

See Also

timeSetEvent