ITfActiveLanguageProfileNotifySink interface (msctf.h)

The ITfActiveLanguageProfileNotifySink interface is implemented by an application to receive a notification when the active language or text service changes.

To install the advise sink, obtain an ITfSource object from an ITfThreadMgr object by calling ITfThreadMgr::QueryInterface with IID_ITfActiveLanguageProfileNotifySink. Then call ITfSource::AdviseSink with IID_ITfActiveLanguageProfileNotifySink.

Inheritance

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

Methods

The ITfActiveLanguageProfileNotifySink interface has these methods.

 
ITfActiveLanguageProfileNotifySink::OnActivated

ITfActiveLanguageProfileNotifySink::OnActivated 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

ITfSource

ITfSource::AdviseSink

ITfThreadMgr

IUnknown