Share via


CBaseRenderer::BreakConnect

 
Microsoft DirectShow 9.0

CBaseRenderer::BreakConnect

The BreakConnect method releases the input pin from a connection.

Syntax

  virtual HRESULT BreakConnect(void);

Return Value

Returns one of the HRESULT values shown in the following table.

Value Description
S_FALSE The pin was not connected.
S_OK Success.
VFW_E_NOT_STOPPED The filter is still active.

Remarks

The filter's input pin calls this method from inside its own BreakConnect method. (For more information, see CBasePin::BreakConnect.) The filter performs some internal bookkeeping, such as resetting the end-of-stream flag.

Requirements

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

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

See Also