Platform SDK: TAPI |
The SwitchTerminalToSubStream method sets a terminal to the participant substream.
HRESULT SwitchTerminalToSubStream( ITTerminal *pITTerminal, ITSubStream *pITSubStream );
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. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Confpriv.h.
Library: Use T3iid.lib.
ITParticipantSubStreamControl, ITParticipant, ITSubStream, ITTerminal