Platform SDK: TAPI |
Selects an ITTerminal object onto the substream. See the Remarks section under ITStream::SelectTerminal for additional information.
HRESULT SelectTerminal( ITTerminal *pTerminal );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The pTerminal parameter is not a valid pointer. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
TAPI_E_MAXTERMINALS | Multiple terminals have been selected on the substream, but media mixing or splitting is not possible. |
TAPI_E_INVALIDTERMINAL | The terminal selected is not valid. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.
Media Service Provider Interface (MSPI), ITSubStream, ITStream::SelectTerminal