Platform SDK: TAPI

ITParticipantSubStreamControl::SwitchTerminalToSubStream

The SwitchTerminalToSubStream method sets a terminal to the participant substream.

HRESULT SwitchTerminalToSubStream(
  ITTerminal *pITTerminal,
  ITSubStream *pITSubStream
);

Parameters

pITTerminal
[in] Pointer to ITTerminal interface.
pITSubStream
[in] Pointer to ITSubStream interface.

Return Values

Value Meaning
S_OK Method succeeded.
E_UNEXPECTED Participant information for the stream could not be accessed.
E_INVALIDARG The pParticipant or the pITSubStream parameter does not point to a valid interface.
TAPI_E_NOITEMS The substream is not ready.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.

Requirements

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

See Also

ITParticipantSubStreamControl, ITParticipant, ITSubStream, ITTerminal