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

ITimerSink Object


This object provides access to a timer's schedule.

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

ITimerSink This interface implements a method that is called by the timer service for a scheduled event.

Remarks

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

See Also

ITimer 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.