ITfTextInputProcessor interface (msctf.h)

The ITfTextInputProcessor interface is implemented by a text service and used by the TSF manager to activate and deactivate the text service. The manager obtains a pointer to this interface when it creates an instance of the text service for a thread with a call to CoCreateInstance.

Inheritance

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

Methods

The ITfTextInputProcessor interface has these methods.

 
ITfTextInputProcessor::Activate

ITfTextInputProcessor::Activate method
ITfTextInputProcessor::Deactivate

ITfTextInputProcessor::Deactivate 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 msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfThreadMgr

IUnknown