Microsoft Windows CE 3.0  

CBaseOutputPin::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.

Completes a connection to another filter.

virtual HRESULT CompleteConnect(
IPin *
pReceivePin
);

Parameters

pReceivePin
Pointer to the connected (receiving) pin.

Return Values

Returns an HRESULTvalue. The default implementation returns NOERROR.

Remarks

This member function overrides the CBasePin::CompleteConnectmember function and calls the CBaseOutputPin::DecideAllocatormember function to finish completing the connection.