ITimer object

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

Members

The ITimer object inherits from the IUnknown interface but does not have additional members.

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