CBaseReferenceClock::CBaseReferenceClock (Compact 2013)
3/26/2014
Constructs a CBaseReferenceClock object.
Syntax
CBaseReferenceClock(
TCHAR* pName,
LPUNKNOWN pUnk,
HRESULT* phr,
CAMSchedule* pSched
);
Parameters
- pName
Name of theCBaseReferenceClock object.
- 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, |
Library |
ole32.lib, |