ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed method
Syntax
HRESULT EnableSystemKeystrokeFeed();
Parameters
This method has no parameters.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
There was no corresponding call to DisableSystemKeystrokeFeed. |
Remarks
By default, the TSF manager will process keystrokes and pass them to the text services. An application prevents this by calling DisableSystemKeystrokeFeed .
Calls to DisableSystemKeystrokeFeed are cumulative, so every call to DisableSystemKeystrokeFeed requires a subsequent call to EnableSystemKeystrokeFeed. Calling EnableSystemKeystrokeFeed will not enable keystroke processing if DisableSystemKeystrokeFeed is called more than once.
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