CDynamicOutputPin::Disconnect
Microsoft DirectShow 9.0 |
CDynamicOutputPin::Disconnect
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.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also