ITPluggableTerminalClassRegistration::put_Company method (termmgr.h)

The put_Company method sets the name of the company that issued this pluggable terminal.

Syntax

HRESULT put_Company(
  [in] BSTR bstrCompany
);

Parameters

[in] bstrCompany

The BSTR representation of the terminal's company name.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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

See also

ITPluggableTerminalClassRegistration

get_Company