CPullPin.Disconnect method
The Disconnect
method breaks the connection with the output pin.
Syntax
HRESULT Disconnect();
Parameters
This method has no parameters.
Return value
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.)
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|