Share via


CTransformOutputPin::BreakConnect

 
Microsoft DirectShow 9.0

CTransformOutputPin::BreakConnect

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.

Requirements

**  Header:** Declared in Transfrm.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also

CTransformOutputPin Class