Microsoft DirectX 9.0

CPullPin::Disconnect

The Disconnect method breaks the connection with the output pin.

Syntax

HRESULT Disconnect(void);

Parameters

This method takes no parameters.

Return Values

Returns S_OK.

Remarks

This method breaks any connection made in the CPullPin::Connect method. Call this method inside your IPin::Disconnect method. (If your pin derives from CBasePin, override CBasePin::BreakConnect to call this method.)

See Also