IASTimer

The IASTimer interface provides methods for timing.

Method
Description
IASTimer::get_Interval Gets the interval at which the current timer is triggered.
IASTimer::get_TimerEnabled Gets whether or not the timer is enabled
IASTimer::put_Interval Sets a new timing interval, and restarts the timer
IASTimer::put_TimerEnabled Sets whether or not the timer is enabled

Remarks

The IASTimer interface, which has a global unique identifier (GUID) equal to IID_ASTIMER, extends the IASControl interface. The timer is set to fire at a specified interval. When it matures, it fires a WM_TIMER message to the event sink. The control’s identifier is contained in the low-order word of wParam, the form’s identifier in the high-order word.

See Also

HIWORD, LOWORD