Microsoft Windows CE 3.0  

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

Called when a connection is broken to allow for customization (intended for overriding).

virtual HRESULT BreakConnect( );

Return Values

Returns an HRESULTvalue. The default implementation returns NOERROR.

Remarks

This member function is called when a connection to the pin cannot be made or when CBasePin::Disconnectis called. In this case, it is necessary to undo anything performed during the connection process. You can override this member function to release any references to interfaces that were made during the connection.