Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Checks the spelling of the supplied text and returns a collection of spelling errors.
HRESULT Check(
[in] LPCWSTR text,
[out, retval] IEnumSpellingError **value
);
[in] text
The text to check.
[out, retval] value
The result of checking this text, returned as an IEnumSpellingError object.
This method can return one of these values.
Return code | Description |
---|---|
|
Successful. |
|
text is an empty string. |
|
text is a null pointer. |
The returned IEnumSpellingError contains the results of spell checking. A correct text returns an empty (not a null) enumeration.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | spellcheck.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today