Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.