Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function cancels a specified timer event.
MMRESULT timeKillEvent(  UINT uTimerID);
Parameters
- uTimerID 
 [in] Identifier of the timer event to cancel.- This identifier was returned by the timeSetEvent function, which starts a specified timer event. 
Return Values
Returns TIMERR_NOERROR, if successful, or MMSYSERR_INVALPARAM, if the specified timer event does not exist.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Mmsystem.h.
Link Library: Mmtimer.lib.
See Also
Send Feedback on this topic to the authors