IASForm::KillTimer

This method stops—or kills—a timer.

Syntax

HRESULT KillTimer( long lTimerID );

Parameters

lTimerID
Long integer that contains the identifier of the timer to be stopped.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method stops a timer started by a call to IASForm::SetTimer.

See Also

IASForm::SetTimer