Skip to content

Latest commit

 

History

History
101 lines (84 loc) · 2.71 KB

nf-ctffunc-itffnlmprocessor-querylangid.md

File metadata and controls

101 lines (84 loc) · 2.71 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
NF:ctffunc.ITfFnLMProcessor.QueryLangID
ITfFnLMProcessor::QueryLangID (ctffunc.h)
ITfFnLMProcessor::QueryLangID method
ITfFnLMProcessor interface [Text Services Framework]
QueryLangID method
ITfFnLMProcessor.QueryLangID
ITfFnLMProcessor::QueryLangID
QueryLangID
QueryLangID method [Text Services Framework]
QueryLangID method [Text Services Framework]
ITfFnLMProcessor interface
_tsf_itffnlmprocessor_querylangid_ref
ctffunc/ITfFnLMProcessor::QueryLangID
tsf.itffnlmprocessor_querylangid
tsf\itffnlmprocessor_querylangid.htm
TSF
2d645c1b-9ee6-47c4-8bbd-173e416f5688
12/05/2018
ITfFnLMProcessor interface [Text Services Framework],QueryLangID method, ITfFnLMProcessor.QueryLangID, ITfFnLMProcessor::QueryLangID, QueryLangID, QueryLangID method [Text Services Framework], QueryLangID method [Text Services Framework],ITfFnLMProcessor interface, _tsf_itffnlmprocessor_querylangid_ref, ctffunc/ITfFnLMProcessor::QueryLangID, tsf.itffnlmprocessor_querylangid
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::QueryLangID
ctffunc/ITfFnLMProcessor::QueryLangID
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfFnLMProcessor.QueryLangID

ITfFnLMProcessor::QueryLangID

-description

Determines if the language model text service supports a particular language.

-parameters

-param langid [in]

Contains a LANGID that specifies the identifier of the language that the query applies to.

-param pfAccepted [out]

Pointer to a BOOL value that receives nonzero if the language model text service supports the language identified by langid or zero otherwise.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_INVALIDARG
pfAccepted is invalid.

-remarks

If a client can possibly generate more than one language identifier of text, it should query all with this method.