Platform SDK: TAPI

ITTerminalControl::DisconnectTerminal

Disconnects internal filters and removes them from the filter graph.

HRESULT DisconnectTerminal(
  IGraphBuilder __RPC_FAR *pGraph,
  DWORD dwReserved)
);

Parameters

pGraph
[in] Pointer to the interface for the graph to be disconnected.
dwReserved
[in] Reserved; not currently used.

Return Values

Value Meaning
S_OK Method succeeded.
E_UNEXPECTED An unknown error occurred during the disconnect attempt.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Termmgr.h.
  Library: Use T3iid.lib.

See Also

ITTerminalControl