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