ITfConfigureSystemKeystrokeFeed interface (msctf.h)

The ITfConfigureSystemKeystrokeFeed interface is implemented by the TSF manager to enable and disable the processing of keystrokes. This interface is obtained by calling the TSF manager's ITfThreadMgr::QueryInterface with IID_ITfConfigureSystemKeystrokeFeed.

Inheritance

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

Methods

The ITfConfigureSystemKeystrokeFeed interface has these methods.

 
ITfConfigureSystemKeystrokeFeed::DisableSystemKeystrokeFeed

ITfConfigureSystemKeystrokeFeed::DisableSystemKeystrokeFeed method
ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed

ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed 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

ITfThreadMgr

IUnknown