Platform SDK: TAPI |
Connects filters and returns a set of pins for connection. Enters each of the internal filters into the filter graph, connects the internal filters together (if applicable) and returns a set of pins for connection.
HRESULT ConnectTerminal( IGraphBuilder *pGraph, DWORD dwReserved, DWORD *pdwNumPins, IPin **ppPins );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
TAPI_E_NOTENOUGHMEMORY | Insufficient memory exists to perform the operation. |
TAPI_E_TERMINALINUSE | The current terminal is already in use. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Termmgr.h.
Library: Use T3iid.lib.