ITfFnShowHelp interface (ctffunc.h)

The ITfFnShowHelp interface is implemented by a text service to enable the language bar to place a help command for the text service in the language bar help menu.

Inheritance

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

Methods

The ITfFnShowHelp interface has these methods.

 
ITfFnShowHelp::Show

ITfFnShowHelp::Show method

Remarks

The TSF manager obtains this interface from the text service by calling the text service ITfFunctionProvider::GetFunction interface with IID_ITfFnShowHelp.

The TSF manager obtains the help menu text by calling the text service's ITfFunction::GetDisplayName.

Requirements

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

See also

ITfFunction

ITfFunction::GetDisplayName

ITfFunctionProvider::GetFunction

IUnknown