ITfFunction interface (msctf.h)

The ITfFunction interface is the base interface for the individual function interfaces. This interface is implemented by the provider of the function object and used by any component to obtain the display name of the function object. Instances of this interface are not obtained directly. This interface is always part of a derived interface, such as ITfFnShowHelp.

Inheritance

The ITfFunction interface inherits from the IUnknown interface. ITfFunction also has these types of members:

Methods

The ITfFunction interface has these methods.

 
ITfFunction::GetDisplayName

ITfFunction::GetDisplayName method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfFnShowHelp

IUnknown