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.
1/6/2010
This function cancels a specified timer event.
Syntax
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 Value
Returns TIMERR_NOERROR, if successful, or MMSYSERR_INVALPARAM, if the specified timer event does not exist.
Requirements
| Header | mmsystem.h |
| Library | Mmtimer.lib |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Timer Driver Functions
timeSetEvent