Microsoft Windows CE 3.0  

CBaseReferenceClock::CBaseReferenceClock

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a CBaseReferenceClockobject.

CBaseReferenceClock(
TCHAR *
pName
,
LPUNKNOWN
pUnk
,
HRESULT *
phr
,
CAMSchedule *
pSched
);

Parameters

pName
Name of the CBaseReferenceClockobject.
pUnk
IUnknowninterface of the delegating object.
phr
Address of an HRESULTvalue.
pSched
Address of a CAMScheduleobject that will be associated with this CBaseReferenceClockobject. If pSched is NULL, the constructor creates a new CAMSchedule object and associates it with this CBaseReferenceClock object.

Return Values

No return value.