Platform SDK: TAPI |
Enumerates the currently available dynamic terminal classes that are supported. This method is provided for C and C++ applications. Automation client applications, such as those written in Visual Basic, must use the get_DynamicTerminalClasses method.
HRESULT EnumerateDynamicTerminalClasses( IEnumTerminalClass **ppTerminalClassEnumerator );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The ppTerminalClassEnumerator parameter is not a valid pointer. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
An application calls this method to find out which dynamic terminal classes are supported by this address in a call to ITTerminalSupport::CreateTerminal.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.
ITTerminalSupport, terminal classes, Terminal Object, Terminal Object Interfaces, Address Object, Terminal Classes