![]() |
![]() |
![]() |
Framework.KillTimer Method |
Language: |
Uninstalls an existing timer.
Visual Basic .NET Public Sub KillTimer( _
ByVal id As Integer _
)C# public void KillTimer(
int id
);Managed C++ public: void KillTimer(
int id
);JScript .NET public function KillTimer(
id : int
);
id System.Int32. The event identifier (ID) for the timer being destroyed.
The identifier (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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center