ITfThreadMgrEx interface (msctf.h)

The ITfThreadMgrEx interface is used by the application to activate the textservices with some flags. ITfThreadMgrEx can be obtained by QI from ITfThreadMgr.

Inheritance

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

Methods

The ITfThreadMgrEx interface has these methods.

 
ITfThreadMgrEx::ActivateEx

The ITfThreadMgrEx::ActivateEx method is used by an application to initialize and activate TSF for the calling thread. Unlike ITfThreadMgr::Activate, ITfThreadMgrEx::ActivateEx can take a flag to specify how TSF is activated.
ITfThreadMgrEx::GetActiveFlags

The ITfThreadMgrEx::GetActiveFlags method returns the flags TSF is active with.

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