Share via


CBaseReferenceClock::CBaseReferenceClock (Compact 2013)

3/26/2014

Constructs a CBaseReferenceClock object.

Syntax

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

Parameters

  • pUnk
    IUnknown interface of the delegating object.
  • phr
    Address of anHRESULT value.
  • pSched
    Address of a CAMSchedule object that will be associated with this CBaseReferenceClock object.

    If pSched is NULL, the constructor creates a CAMSchedule object and associates it with this CBaseReferenceClock object.

Return Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseReferenceClock Class