The Disconnect method disconnects this pin from its connected pin.
Syntax
HRESULT Disconnect(void);
Return Value
Returns an HRESULT value.
Remarks
This method calls IPin::Disconnect on both pins.
See Also