ITfConfigureSystemKeystrokeFeed::DisableSystemKeystrokeFeed method (msctf.h)
Prevents the TSF manager from processing keystrokes.
Syntax
HRESULT DisableSystemKeystrokeFeed();
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
Remarks
By default, the TSF manager will process keystrokes and pass them to the text services. An application prevents this by calling this method. Typically, this method is called when text service input is inappropriate, for example when a menu is displayed.
Calls to this method are cumulative, so every call to this method requires a subsequent call to ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed.
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 |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |
See also
ITfConfigureSystemKeystrokeFeed interface, ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed