Share via


Interfaz ITfFnLMProcessor (ctffunc.h)

La interfaz ITfFnLMProcessor se implementa mediante el servicio de texto del modelo de lenguaje y se usa en una aplicación o servicio de texto para habilitar el procesamiento de modelos de lenguaje alternativo.

El servicio de aplicación o texto obtiene esta interfaz de un objeto de administrador de subprocesos mediante una llamada a ITfThreadMgr::GetFunctionProvider con GUID_MASTERLM_FUNCTIONPROVIDER y, a continuación, llama a la interfaz ITfFunctionProvider::GetFunction con IID_ITfFnLMProcessor. Si se produce un error en ITfThreadMgr::GetFunctionProvider , no se instala ningún procesador de modelos de lenguaje.

Herencia

La interfaz ITfFnLMProcessor hereda de la interfaz IUnknown . ITfFnLMProcessor también tiene estos tipos de miembros:

Métodos

La interfaz ITfFnLMProcessor tiene estos métodos.

 
ITfFnLMProcessor::GetReconversion

Método ITfFnLMProcessor::GetReconversion
ITfFnLMProcessor::InvokeFunc

Método ITfFnLMProcessor::InvokeFunc
ITfFnLMProcessor::InvokeKey

Método ITfFnLMProcessor::InvokeKey
ITfFnLMProcessor::QueryKey

Método ITfFnLMProcessor::QueryKey
ITfFnLMProcessor::QueryLangID

Método ITfFnLMProcessor::QueryLangID
ITfFnLMProcessor::QueryRange

Método ITfFnLMProcessor::QueryRange
ITfFnLMProcessor::Reconvertir

Método ITfFnLMProcessor::Reconvert

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado ctffunc.h
Redistribuible TSF 1.0 en Windows 2000 Professional

Consulte también

ITfCandidateList

ITfFunctionProvider::GetFunction

ITfThreadMgr::GetFunctionProvider

IUnknown