Microsoft Windows CE 3.0  

CTransformInputPin::CheckConnect

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.

Informs the derived class when the connection process is starting.

HRESULT CheckConnect(
IPin
*
pPin
);

Parameters

pPin
Pointer to the IPininterface of the connecting pin.

Return Values

Returns NOERROR by default.

Remarks

This member function overrides the CBasePin::CheckConnectmember function and calls the CTransformFilter::CheckConnectmember function. Override CTransformFilter::CheckConnectto add additional interfaces.