Click to return to the Reusing Browser Technology home page    
ITimerSink Interface     ITimerSink Interface    
Web Workshop  |  Reusing Browser Technology

ITimerSink::OnTimer Method


Called by the timer service for a scheduled event.

Syntax

HRESULT OnTimer(
    VARIANT timeAdvise
);

Parameters

timeAdvise
[in] VARIANT that contains the scheduled time for an event.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The OnTimer method is called by the timer service for a scheduled event. Events may be fired before or after the scheduled time.



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.