ITfLanguageProfileNotifySink interface (msctf.h)

The ITfLanguageProfileNotifySink interface is implemented by an application to receive notifications when the language profile changes.

To install this advise sink, obtain an ITfSource object from an ITfInputProcessorProfiles object by calling ITfInputProcessorProfiles::QueryInterface with IID_ITfSource. Then call ITfSource::AdviseSink with IID_ITfLanguageProfileNotifySink.

Inheritance

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

Methods

The ITfLanguageProfileNotifySink interface has these methods.

 
ITfLanguageProfileNotifySink::OnLanguageChange

ITfLanguageProfileNotifySink::OnLanguageChange method
ITfLanguageProfileNotifySink::OnLanguageChanged

ITfLanguageProfileNotifySink::OnLanguageChanged method

Requirements

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

See also

ITfInputProcessorProfiles

ITfSource

ITfSource::AdviseSink

IUnknown