CSystemClock::CSystemClock
Microsoft DirectShow 9.0 |
CSystemClock::CSystemClock
Constructor method.
Syntax
CSystemClock( TCHAR *pName, LPUNKNOWN pUnk, HRESULT *phr );
Parameters
pName
String containing the debug name of the object. For more information, see CBaseObject.
pUnk
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..
phr
Pointer to the HRESULT value. If an error occurs, the method returns an error code in this parameter.
Requirements
** Header:** Declared in Sysclock.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also