| Microsoft DirectX 8.1 (C++) | 
The Disconnect method breaks the current pin connection. This method implements the IPin::Disconnect method.
Syntax
HRESULT Disconnect(void);
Return Value
Returns an HRESULT value. Possible values include those shown in the following table.
| Value | Description | 
| S_FALSE | The pin was not connected. | 
| S_OK | Success. | 
Remarks
This method overrides the CBasePin::Disconnect method to enable disconnecting while the filter is active.
See Also