Microsoft DirectX 9.0 |
The BreakConnect method releases the pin from a connection.
Syntax
HRESULT BreakConnect(void);
Return Value
Returns S_OK or another HRESULT value.
Remarks
This method overrides the CBaseOutputPin::BreakConnect method. It calls the filter's CTransformFilter::BreakConnect method, which returns S_OK in the base class. The derived class can override the CTransformFilter::BreakConnect method.
See Also