ITPluggableTerminalSuperclassRegistration::get_TerminalClasses method (termmgr.h)
The get_TerminalClasses method gets the terminal classes for this pluggable terminal superclass.
Syntax
HRESULT get_TerminalClasses(
[out] VARIANT *pTerminals
);
Parameters
[out] pTerminals
Pointer to a VARIANT containing a SAFEARRAY of BSTR strings. Each string represents a terminal class.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
The pTerminals parameter is not valid. |
|
Insufficient memory exists to perform the operation. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | termmgr.h |
Library | Uuid.lib |
DLL | Tapi3.dll |