Microsoft Windows CE 3.0  

CBaseOutputPin::CBaseOutputPin

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a CBaseOutputPinobject.

CBaseOutputPin(
TCHAR *
pObjectName
,
CBaseFilter
*
pFilter
,
CCritSec *
pLock
,
HRESULT *
phr
,
LPCWSTR
pName
);

Parameters

pObjectName
Name of the object used in the CBaseOutputPinconstructor for debugging purposes.
pFilter
Filter to which the pin will be attached.
pLock
Pointer to a CBaseOutputPinobject for locking.
phr
Pointer to the general COM return value. This value is changed only if this function fails.
pName
Pin name.

Return Values

No return value.