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: REFGUIDThe address of the name of the timer to get.
pReferenceTimer [in]
Type: ITimerThe 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.