Microsoft DirectX 9.0

CTransformInputPin::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 CBaseInputPin::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

CTransformInputPin Class