| Microsoft DirectX 8.1 (C++) | 
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.
See Also