Click to return to the Reusing Browser Technology home page    
Timer Objects     ITimerService Object     Timer Objects    
Web Workshop  |  Reusing Browser Technology

ITimer Object


This object provides access to timer functions such as ITimer::Freeze and ITimer::GetTime.

Object Information

CLSID Not Applicable
Implementation Application
Header and IDL files Ocmm.h; Ocmm.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Creation/Access Functions

ITimerService::CreateTimer Creates an instance of a timer object and provides the address of the new timer.

Interfaces Implemented

ITimer This interface implements timer functions.

Remarks

The timer functionality in MSHTML is implemented as a service. To obtain an ITimerService Object, call IServiceProvider::QueryService. ITimer objects are then obtained through the ITimerService Object.

See Also

ITimerSink Object



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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