iTfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed 方法 (msctf.h)
使 TSF 管理器能够在 DisableSystemKeystrokeFeed 禁用后处理击键。
语法
HRESULT EnableSystemKeystrokeFeed();
返回值
此方法可以返回其中一个值。
值 | 说明 |
---|---|
|
方法成功。 |
|
没有对 DisableSystemKeystrokeFeed 的相应调用。 |
注解
默认情况下,TSF 管理器将处理击键并将其传递给文本服务。 应用程序通过调用 DisableSystemKeystrokeFeed 来阻止这种情况。
对 DisableSystemKeystrokeFeed 的 调用是累积的,因此每次调用 DisableSystemKeystrokeFeed 都需要对 EnableSystemKeystrokeFeed 进行后续调用。 如果多次调用 DisableSystemKeystrokeFeed ,调用 EnableSystemKeystrokeFeed 将不会启用击键处理。
要求
最低受支持的客户端 | Windows 2000 专业版 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows 2000 Server [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | msctf.h |
DLL | Msctf.dll |
可再发行组件 | Windows 2000 专业版上的 TSF 1.0 |
另请参阅
ITfConfigureSystemKeystrokeFeed 接口, ITfConfigureSystemKeystrokeFeed::D isableSystemKeystrokeFeed