Skip to content

Latest commit

 

History

History
115 lines (95 loc) · 3.18 KB

nf-spellcheck-ispellchecker-getoptiondescription.md

File metadata and controls

115 lines (95 loc) · 3.18 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:spellcheck.ISpellChecker.GetOptionDescription
ISpellChecker::GetOptionDescription (spellcheck.h)
Retrieves the information (id, description, heading and labels) of a specific option. (ISpellChecker.GetOptionDescription)
GetOptionDescription
GetOptionDescription method [Internationalization for Windows Applications]
GetOptionDescription method [Internationalization for Windows Applications]
ISpellChecker interface
ISpellChecker interface [Internationalization for Windows Applications]
GetOptionDescription method
ISpellChecker.GetOptionDescription
ISpellChecker::GetOptionDescription
intl.ispellchecker_getoptiondescription
spellcheck/ISpellChecker::GetOptionDescription
intl\ispellchecker_getoptiondescription.htm
Intl
5947f6ee-ad52-4d4d-a013-0c7dced273c3
12/05/2018
GetOptionDescription, GetOptionDescription method [Internationalization for Windows Applications], GetOptionDescription method [Internationalization for Windows Applications],ISpellChecker interface, ISpellChecker interface [Internationalization for Windows Applications],GetOptionDescription method, ISpellChecker.GetOptionDescription, ISpellChecker::GetOptionDescription, intl.ispellchecker_getoptiondescription, spellcheck/ISpellChecker::GetOptionDescription
spellcheck.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Spellcheck.idl
Windows
19H1
ISpellChecker::GetOptionDescription
spellcheck/ISpellChecker::GetOptionDescription
c++
APIRef
kbSyntax
COM
Spellcheck.h
ISpellChecker.GetOptionDescription

ISpellChecker::GetOptionDescription

-description

Retrieves the information (id, description, heading and labels) of a specific option.

-parameters

-param optionId [in]

Identifier of the option to be retrieved.

-param value [out, retval]

IOptionDescription interface that contains the information about optionId.

-returns

This method can return one of these values.

Return code Description
S_OK
Successful.
E_ INVALIDARG
optionId is an empty string, or it is not one of the available options.
E_POINTER
optionId is a null pointer.

-see-also

IOptionDescription

ISpellChecker