IHTMLWindow2::clearTimeoutIHTMLWindow2::clearTimeout*
*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.

timerID
Specifies a time-out identifier returned by a previous call to the setTimeout method.

See also setTimeout


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.