The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISpellChecker::GetOptionValue method
Retrieves the value associated with the given option.
Syntax
HRESULT GetOptionValue( [in] LPCWSTR optionId, [out, retval] BYTE *value );
Parameters
- optionId [in]
-
The option identifier.
- value [out, retval]
-
The value associated with optionId.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Successful. |
|
optionId is an empty string, or it is not one of the available options. |
|
optionId 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
Show: