Framework.KillTimer Method

Language:

Uninstalls an existing timer.

Definition

Visual Basic Public Sub KillTimer( _
    ByVal id As Integer _
)
C# public void KillTimer(
    int id
);
C++ public:
void KillTimer(
    int id
);
JScript public function KillTimer(
    id : int
);

Parameters

id System.Int32
The event identifier (ID) for the timer being destroyed.

Remarks

The ID used by the id parameter is provided to the application by the SetTimer method.

Timers created with the SetTimer method can be destoryed by this method.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center