Share via


timeKillEvent

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

timeSetEvent

Other Resources

Time Reference