Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 3.19 KB

nf-spellcheckprovider-ispellcheckprovider-check.md

File metadata and controls

119 lines (97 loc) · 3.19 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:spellcheckprovider.ISpellCheckProvider.Check
ISpellCheckProvider::Check (spellcheckprovider.h)
Checks the spelling of the supplied text and returns a collection of spelling errors. (ISpellCheckProvider.Check)
Check
Check method [Internationalization for Windows Applications]
Check method [Internationalization for Windows Applications]
ISpellCheckProvider interface
ISpellCheckProvider interface [Internationalization for Windows Applications]
Check method
ISpellCheckProvider.Check
ISpellCheckProvider::Check
intl.ispellcheckprovider_check
spellcheckprovider/ISpellCheckProvider::Check
intl\ispellcheckprovider_check.htm
Intl
B8C62B56-FF72-4C94-AC77-A6BEFCFE2589
12/05/2018
Check, Check method [Internationalization for Windows Applications], Check method [Internationalization for Windows Applications],ISpellCheckProvider interface, ISpellCheckProvider interface [Internationalization for Windows Applications],Check method, ISpellCheckProvider.Check, ISpellCheckProvider::Check, intl.ispellcheckprovider_check, spellcheckprovider/ISpellCheckProvider::Check
spellcheckprovider.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Spellcheckprovider.idl
Windows
19H1
ISpellCheckProvider::Check
spellcheckprovider/ISpellCheckProvider::Check
c++
APIRef
kbSyntax
COM
Spellcheckprovider.h
ISpellCheckProvider.Check

ISpellCheckProvider::Check

-description

Checks the spelling of the supplied text and returns a collection of spelling errors.

-parameters

-param text [in]

The text to check.

-param value [out, retval]

The result of checking this text, returned as an IEnumSpellingError object.

-returns

This method can return one of these values.

Return code Description
S_OK
Successful.
E_ INVALIDARG
text is an empty string.
E_POINTER
text is a null pointer.

-remarks

The returned IEnumSpellingError should contain the results of spell checking. A correct text should return an empty (not a null) enumeration.

-see-also

IEnumSpellingError

ISpellCheckProvider