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.
Creates a timer object.
Syntax
HRESULT retVal = object.CreateTimer(pReferenceTimer, ppNewTimer);
Parameters
pReferenceTimer [in]
Type: ITimerThe address of the reference timer for the new timer.
ppNewTimer [out]
Type: ITimerA pointer to the new timer object.
Remarks
If pReferenceTimer is NULL, the base or default reference timer is used to create the new timer.