CSource::CSource

Initializes the CSource object.

CSource(
TCHAR *pName,
LPUNKNOWN lpunk,
CLSID clsid );

Parameters

  • pName
    Debugging name of this object.
  • lpunk
    Controlling IUnknown passed to the derived class's CreateInstance function.
  • clsid
    Class identifier of the filters.

Return Values

No return value.

Remarks

The derived class could create the pins here, unless it provides a means for the developer to do this.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.