ITSubStream::SelectTerminal method (tapi3if.h)
The SelectTerminal method selects an ITTerminal object onto the substream. See the Remarks section under ITStream::SelectTerminal for additional information.
Syntax
HRESULT SelectTerminal(
[in] ITTerminal *pTerminal
);
Parameters
[in] pTerminal
Pointer to ITTerminal interface of selected terminal.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
The pTerminal parameter is not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
|
Multiple terminals have been selected on the substream, but media mixing or splitting is not possible. |
|
The terminal selected is not valid. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |