Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.KillTimer Method

Language:

Note: This documentation is preliminary and is subject to change.

Uninstalls an existing timer.

Definition

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
);

Parameters

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

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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