Microsoft Windows CE 3.0  

CBasePin::CBasePin

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 CBasePinobject.

CBasePin(
TCHAR *
pObjectName
,
CBaseFilter
*
pFilter
,
CCritSec
*
pLock
,
HRESULT *
phr
,
LPCWSTR
pName
,
PIN_DIRECTION
dir
);

Parameters

pObjectName
Description of the object.
pFilter
Owning filter that knows about pins.
pLock
Object that implements the lock.
phr
Pointer to a general COM return value. This value is changed only if this function fails.
pName
Pin name.
dir
Either PINDIR_INPUT or PINDIR_OUTPUT.

Return Values

No return value.

Remarks

This is a standard class constructor.