ISpellChecker::Id property
Gets the identifier for this spell checker.
This property is read-only.
Syntax
HRESULT get_Id(
[out, retval] LPWSTR *value
);
Property value
The spell checker identifier.
The identifier is guaranteed to be unique only for a given spell checker. A spell checker can support different languages and still provide the same identifier. Identifiers are simple strings such as "msspell" or "samplespell".
Error codes
| Name | Meaning |
|---|---|
|
Successful. |
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