ISpellCheckerFactory::IsSupported method
Determines if the specified language is supported by a registered spell checker.
Syntax
HRESULT IsSupported( [in] LPCWSTR languageTag, [out, retval] BOOL *value );
Parameters
- languageTag [in]
-
A BCP47 language tag that identifies the language for the requested spell checker.
- value [out, retval]
-
TRUE if supported; FALSE if not supported.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Successful. |
|
languageTag is an empty string. |
|
languageTag is a null pointer. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also