Platform SDK: TAPI

ITSubStream::SelectTerminal

Selects an ITTerminal object onto the substream. See the Remarks section under ITStream::SelectTerminal for additional information.

HRESULT SelectTerminal(
  ITTerminal *pTerminal
);

Parameters

pTerminal
[in] Pointer to ITTerminal interface of selected terminal.

Return Values

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.

Requirements

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

See Also

Media Service Provider Interface (MSPI), ITSubStream, ITStream::SelectTerminal