ITfDisplayAttributeNotifySink interface (msctf.h)

The ITfDisplayAttributeNotifySink interface is implemented by an application to receive a notification when display attribute information is updated. This advise sink is installed by calling the TSF manager's ITfSource::AdviseSink with IID_ITfDisplayAttributeNotifySink.

Inheritance

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

Methods

The ITfDisplayAttributeNotifySink interface has these methods.

 
ITfDisplayAttributeNotifySink::OnUpdateInfo

ITfDisplayAttributeNotifySink::OnUpdateInfo 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

ITfSource::AdviseSink

IUnknown