ITfPreservedKeyNotifySink interface (msctf.h)

The ITfPreservedKeyNotifySink interface is implemented by an application or TSF text service to receive notifications when keys are preserved, unpreserved, or when a preserved key description changes. This advise sink is installed by calling the TSF manager ITfSource::AdviseSink with IID_ITfPreservedKeyNotifySink.

Inheritance

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

Methods

The ITfPreservedKeyNotifySink interface has these methods.

 
ITfPreservedKeyNotifySink::OnUpdated

ITfPreservedKeyNotifySink::OnUpdated method

Remarks

Preserved keys are keyboard shortcuts that an application or TSF text service can register with the TSF manager.

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

ITfKeystrokeMgr::PreserveKey

ITfKeystrokeMgr::SetPreservedKeyDescription

ITfKeystrokeMgr::UnpreserveKey

ITfSource::AdviseSink

IUnknown