ITPluggableTerminalSuperclassRegistration::get_Name method (termmgr.h)

The get_Name method gets the friendly name for the terminal superclass.

Syntax

HRESULT get_Name(
  [out] BSTR *pName
);

Parameters

[out] pName

Pointer to a BSTR representation of the friendly name. The BSTR is allocated using SysAllocString. The BSTR argument should be deallocated by the client.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_INVALIDARG
The pName parameter is not valid.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Requirements

Requirement Value
Target Platform Windows
Header termmgr.h
Library Uuid.lib
DLL Tapi3.dll

See also

ITPluggableTerminalSuperclassRegistration

put_Name