Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::blur Next Topic: IHTMLWindow2::clearTimeout |
IHTMLWindow2::clearInterval
HRESULT clearInterval( long timerID );Cancels a repeated evaluation of an expression that was set with the setInterval method.
- Returns S_OK if successful, or an error value otherwise.
- timerID
- Specifies a time-out identifier returned by a previous call to the setInterval method.
See also setInterval
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.