ITfPreservedKeyNotifySink interface
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.
Members
The ITfPreservedKeyNotifySink interface inherits from the IUnknown interface. ITfPreservedKeyNotifySink also has these types of members:
Methods
The ITfPreservedKeyNotifySink interface has these methods.
| Method | Description |
|---|---|
| OnUpdated |
Called when a key is preserved, unpreserved, or when a preserved key description changes. |
Remarks
Preserved keys are keyboard shortcuts that an application or TSF text service can register with the TSF manager.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IUnknown
- ITfSource::AdviseSink
- ITfKeystrokeMgr::PreserveKey
- ITfKeystrokeMgr::SetPreservedKeyDescription
- ITfKeystrokeMgr::UnpreserveKey