CSource::CSource
Microsoft DirectShow 9.0 |
CSource::CSource
Constructor method.
Syntax
CSource( TCHAR *pName, LPUNKNOWN lpunk, CLSID clsid );
Parameters
pName
Pointer to a string containing the name of the object. For more information, see CBaseObject.
lpunk
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.
clsid
Class identifier of the filter.
Requirements
** Header:** Declared in Source.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also