iTfFnLMProcessor 接口 (ctffunc.h)
ITfFnLMProcessor 接口由语言模型文本服务实现,由应用程序或文本服务用来启用备用语言模型处理。
应用程序或文本服务使用 GUID_MASTERLM_FUNCTIONPROVIDER 调用 ITfThreadMgr::GetFunctionProvider ,然后使用 IID_ITfFnLMProcessor调用 ITfFunctionProvider::GetFunction 接口,从线程管理器对象获取此接口。 如果 ITfThreadMgr::GetFunctionProvider 失败,则不安装任何语言模型处理器。
继承
ITfFnLMProcessor 接口继承自 IUnknown 接口。 ITfFnLMProcessor 还具有以下类型的成员:
方法
ITfFnLMProcessor 接口具有以下方法。
ITfFnLMProcessor::GetReconversion ITfFnLMProcessor::GetReconversion 方法 |
ITfFnLMProcessor::InvokeFunc ITfFnLMProcessor::InvokeFunc 方法 |
ITfFnLMProcessor::InvokeKey ITfFnLMProcessor::InvokeKey 方法 |
ITfFnLMProcessor::QueryKey ITfFnLMProcessor::QueryKey 方法 |
ITfFnLMProcessor::QueryLangID ITfFnLMProcessor::QueryLangID 方法 |
ITfFnLMProcessor::QueryRange ITfFnLMProcessor::QueryRange 方法 |
ITfFnLMProcessor::Reconvert ITfFnLMProcessor::Reconvert 方法 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | ctffunc.h |
可再发行组件 | Windows 2000 专业版上的 TSF 1.0 |
另请参阅
ITfFunctionProvider::GetFunction