Skip to content

Latest commit

 

History

History
128 lines (100 loc) · 3.67 KB

nf-spellcheck-ispellcheckerfactory-createspellchecker.md

File metadata and controls

128 lines (100 loc) · 3.67 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:spellcheck.ISpellCheckerFactory.CreateSpellChecker
ISpellCheckerFactory::CreateSpellChecker (spellcheck.h)
Creates a spell checker that supports the specified language.
CreateSpellChecker
CreateSpellChecker method [Internationalization for Windows Applications]
CreateSpellChecker method [Internationalization for Windows Applications]
ISpellCheckerFactory interface
ISpellCheckerFactory interface [Internationalization for Windows Applications]
CreateSpellChecker method
ISpellCheckerFactory.CreateSpellChecker
ISpellCheckerFactory::CreateSpellChecker
intl.ispellcheckerfactory_createspellchecker
spellcheck/ISpellCheckerFactory::CreateSpellChecker
intl\ispellcheckerfactory_createspellchecker.htm
Intl
9167b675-01ec-4173-a790-5452907b5598
12/05/2018
CreateSpellChecker, CreateSpellChecker method [Internationalization for Windows Applications], CreateSpellChecker method [Internationalization for Windows Applications],ISpellCheckerFactory interface, ISpellCheckerFactory interface [Internationalization for Windows Applications],CreateSpellChecker method, ISpellCheckerFactory.CreateSpellChecker, ISpellCheckerFactory::CreateSpellChecker, intl.ispellcheckerfactory_createspellchecker, spellcheck/ISpellCheckerFactory::CreateSpellChecker
spellcheck.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Spellcheck.idl
Windows
19H1
ISpellCheckerFactory::CreateSpellChecker
spellcheck/ISpellCheckerFactory::CreateSpellChecker
c++
APIRef
kbSyntax
COM
Spellcheck.h
ISpellCheckerFactory.CreateSpellChecker

ISpellCheckerFactory::CreateSpellChecker

-description

Creates a spell checker that supports the specified language.

-parameters

-param languageTag [in]

A BCP47 language tag that identifies the language for the requested spell checker.

-param value [out, retval]

The created spell checker.

-returns

This method can return one of these values.

Return code Description
S_OK
Successful.
E_ INVALIDARG
languageTag is an empty string, or there is no spell checker available for languageTag.
E_POINTER
languageTag is a null pointer.

-remarks

ISpellCheckerFactory::IsSupported can be called to determine if languageTag is supported. This will create the preferred spell checker (according to user ranking) for the given language.

-see-also

BCP47 Tags for Identifying Languages

ISpellChecker

ISpellCheckerFactory

ISpellCheckerFactory::IsSupported