Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.86 KB

nn-ctffunc-itffnlmprocessor.md

File metadata and controls

77 lines (59 loc) · 2.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:ctffunc.ITfFnLMProcessor
ITfFnLMProcessor (ctffunc.h)
The ITfFnLMProcessor interface is implemented by the language model text service and is used by an application or text service to enable alternate language model processing.
ITfFnLMProcessor
ITfFnLMProcessor interface [Text Services Framework]
ITfFnLMProcessor interface [Text Services Framework]
described
_tsf_itffnlmprocessor_ref
ctffunc/ITfFnLMProcessor
tsf.itffnlmprocessor
tsf\itffnlmprocessor.htm
TSF
89581a75-9263-45d7-99de-b3bd78a5169c
12/05/2018
ITfFnLMProcessor, ITfFnLMProcessor interface [Text Services Framework], ITfFnLMProcessor interface [Text Services Framework],described, _tsf_itffnlmprocessor_ref, ctffunc/ITfFnLMProcessor, tsf.itffnlmprocessor
ctffunc.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Ctffunc.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfFnLMProcessor
ctffunc/ITfFnLMProcessor
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfFnLMProcessor

ITfFnLMProcessor interface

-description

The ITfFnLMProcessor interface is implemented by the language model text service and is used by an application or text service to enable alternate language model processing.

The application or text service obtains this interface from a thread manager object by calling ITfThreadMgr::GetFunctionProvider with GUID_MASTERLM_FUNCTIONPROVIDER and then calling ITfFunctionProvider::GetFunction interface with IID_ITfFnLMProcessor. If ITfThreadMgr::GetFunctionProvider fails, then no language model processor is installed.

-inheritance

The ITfFnLMProcessor interface inherits from the IUnknown interface. ITfFnLMProcessor also has these types of members:

-see-also

ITfCandidateList

ITfFunctionProvider::GetFunction

ITfThreadMgr::GetFunctionProvider

IUnknown