Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.86 KB

nf-structuredquery-iqueryparsermanager-setoption.md

File metadata and controls

73 lines (59 loc) · 2.86 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:structuredquery.IQueryParserManager.SetOption
IQueryParserManager::SetOption (structuredquery.h)
Changes a single option in this IQueryParserManager object. For example, this method could change the name of the schema binary to load or the location of localized schema binaries.
IQueryParserManager interface [search]
SetOption method
IQueryParserManager.SetOption
IQueryParserManager::SetOption
SetOption
SetOption method [search]
SetOption method [search]
IQueryParserManager interface
_search_IQueryParserManager_SetOption
search._search_IQueryParserManager_SetOption
structuredquery/IQueryParserManager::SetOption
search\_search_IQueryParserManager_SetOption.htm
search
VS|search|~\search\wds3x\reference\ifaces\querying\iqueryparsermanager\setoption.htm
12/05/2018
IQueryParserManager interface [search],SetOption method, IQueryParserManager.SetOption, IQueryParserManager::SetOption, SetOption, SetOption method [search], SetOption method [search],IQueryParserManager interface, _search_IQueryParserManager_SetOption, search._search_IQueryParserManager_SetOption, structuredquery/IQueryParserManager::SetOption
structuredquery.h
Windows
Windows XP with SP2, Windows Vista [desktop apps only]
Windows Server 2003 with SP1 [desktop apps only]
Structuredquery.idl
Windows
Windows Desktop Search (WDS) 3.0
19H1
IQueryParserManager::SetOption
structuredquery/IQueryParserManager::SetOption
c++
APIRef
kbSyntax
COM
Structuredquery.h
IQueryParserManager.SetOption

IQueryParserManager::SetOption

-description

Changes a single option in this IQueryParserManager object. For example, this method could change the name of the schema binary to load or the location of localized schema binaries.

-parameters

-param option [in]

Type: QUERY_PARSER_MANAGER_OPTION

The QUERY_PARSER_MANAGER_OPTION to be changed.

-param pOptionValue [in]

Type: PROPVARIANT const*

A pointer to the value to use for the option selected.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.