Microsoft Windows CE 3.0  

CTransformOutputPin::CompleteConnect

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 has completed.

HRESULT CompleteConnect(
IPin
*
pReceivePin
);

Parameters

pReceivePin
Pointer to the output pin that is being connected to.

Return Values

Returns an HRESULTvalue.

Remarks

This member function overrides the CBaseOutputPin::CompleteConnectmember function and calls the CTransformFilter::CompleteConnectmember function, which returns NOERROR by default. It then calls the base class implementation in CBaseOutputPin::CompleteConnect. Override the CTransformFilter::CompleteConnectmember function to retrieve any additional interfaces not retrieved by the base class that your output pin might need from the connected pin.