ITTerminalSupport::get_DynamicTerminalClasses method (tapi3if.h)
The get_DynamicTerminalClasses method creates a collection of currently available dynamic terminals. This method is provided for Automation client applications, such as those written in Visual Basic. C and C++ applications must use the EnumerateDynamicTerminalClasses method.
Syntax
HRESULT get_DynamicTerminalClasses(
[out] VARIANT *pVariant
);
Parameters
[out] pVariant
Pointer to a VARIANT containing an ITCollection of terminal classes in a string (BSTR) format.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The pVariant parameter is not a valid pointer. |
Remarks
An application calls this method to find out which dynamic terminal classes are supported by this address in a call to ITTerminalSupport::CreateTerminal.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |