Microsoft DirectX 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.

See Also