Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the named timer.
Syntax
HRESULT retVal = object.GetNamedTimer(rguidName, ppTimer);
Parameters
rguidName [in]
Type: REFGUID
A GUID of the timer to retrieve, or the following:
NAMEDTIMER_DRAW
Controls the update interval of the document window. See also IHTMLScreen::updateInterval.
ppTimer [out]
Type: ITimer
A pointer to the new timer object.
Remarks
If the named timer exists, the reference counter is incremented. Otherwise, a new timer object is created.