ITfFnAdviseText interface (ctffunc.h)

The ITfFnAdviseText interface is implemented by a text service and used by the TSF manager to supply notifications when the text or lattice element in a context changes.

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

Inheritance

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

Methods

The ITfFnAdviseText interface has these methods.

 
ITfFnAdviseText::OnLatticeUpdate

ITfFnAdviseText::OnLatticeUpdate method
ITfFnAdviseText::OnTextUpdate

ITfFnAdviseText::OnTextUpdate method

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

ITfFunctionProvider::GetFunction

IUnknown