Microsoft DirectX 9.0

CBaseReferenceClock::CBaseReferenceClock

Constructor method.

Syntax

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

Parameters

pName

Pointer to a string containing the name of the object. For more information, see CBaseObject.

pUnk

Pointer to the IUnknown interface of the delegating object.

phr

Pointer to the owner of this object. If the object is aggregated, pass a pointer to the aggregating object's IUnknown interface. Otherwise, set this parameter to NULL.

pSched

Pointer to a CAMSchedule object. If NULL, this method creates a new CAMSchedule object.

See Also