timeKillEvent

Syntax

WORD timeKillEvent(wID)

This functions destroys a specified timer callback event.

Parameters

WORD 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