Microsoft Windows CE 3.0  

CTransformInputPin::BreakConnect

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 is broken.

HRESULT BreakConnect( );

Return Values

Returns NOERROR in this implementation.

Remarks

This member function overrides the CBasePin::BreakConnectmember function and calls the CTransformFilter::BreakConnectmember function. Override CTransformFilter::BreakConnectto undo anything carried out in CTransformInputPin::CheckConnect(such as releasing extra interfaces).