ITfFunction interface
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.
Members
The ITfFunction interface inherits from the IUnknown interface. ITfFunction also has these types of members:
Methods
The ITfFunction interface has these methods.
| Method | Description |
|---|---|
| GetDisplayName |
Obtains the function display name. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also