SetNamedTimerReference method

Replaces the named timer's reference timer with a new reference timer.

Syntax

HRESULT retVal = object.SetNamedTimerReference(rguidName, pReferenceTimer);

Parameters

  • rguidName [in]
    Type: REFGUID

    The address of the name of the timer to get.

  • pReferenceTimer [in]
    Type: ITimer

    The address of the timer that becomes the reference timer for the named timer.

Remarks

All notifications assigned to the named timer are moved to the new reference timer.