Skip to content

Latest commit

 

History

History
127 lines (79 loc) · 5.44 KB

nf-structuredquery-iconditionfactory2-createcompoundfromobjectarray.md

File metadata and controls

127 lines (79 loc) · 5.44 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.IConditionFactory2.CreateCompoundFromObjectArray
IConditionFactory2::CreateCompoundFromObjectArray (structuredquery.h)
Creates a leaf condition node that is a conjunction (AND) or a disjunction (OR) of a collection of subconditions. The returned object supports ICondition and ICondition2.
CreateCompoundFromObjectArray
CreateCompoundFromObjectArray method [search]
CreateCompoundFromObjectArray method [search]
IConditionFactory2 interface
IConditionFactory2 interface [search]
CreateCompoundFromObjectArray method
IConditionFactory2.CreateCompoundFromObjectArray
IConditionFactory2::CreateCompoundFromObjectArray
_search_IConditionFactory2_CreateCompoundFromObjectArray
search._search_IConditionFactory2_CreateCompoundFromObjectArray
structuredquery/IConditionFactory2::CreateCompoundFromObjectArray
search\_search_IConditionFactory2_CreateCompoundFromObjectArray.htm
search
VS|SEARCH|~\search\wds3x\reference\ifaces\querying\iconditiongenerator\createcompoundfromobjectarray.htm
12/05/2018
CreateCompoundFromObjectArray, CreateCompoundFromObjectArray method [search], CreateCompoundFromObjectArray method [search],IConditionFactory2 interface, IConditionFactory2 interface [search],CreateCompoundFromObjectArray method, IConditionFactory2.CreateCompoundFromObjectArray, IConditionFactory2::CreateCompoundFromObjectArray, _search_IConditionFactory2_CreateCompoundFromObjectArray, search._search_IConditionFactory2_CreateCompoundFromObjectArray, structuredquery/IConditionFactory2::CreateCompoundFromObjectArray
structuredquery.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Structuredquery.idl
Windows
19H1
IConditionFactory2::CreateCompoundFromObjectArray
structuredquery/IConditionFactory2::CreateCompoundFromObjectArray
c++
APIRef
kbSyntax
COM
Structuredquery.h
IConditionFactory2.CreateCompoundFromObjectArray

IConditionFactory2::CreateCompoundFromObjectArray

-description

Creates a leaf condition node that is a conjunction (AND) or a disjunction (OR) of a collection of subconditions. The returned object supports ICondition and ICondition2.

-parameters

-param ct [in]

Type: CONDITION_TYPE

A CONDITION_TYPE enumeration that must be set to either the CT_AND_CONDITION or CT_OR_CONDITION flag.

-param poaSubs [in, optional]

Type: IObjectArray*

Each element of the poaSubs parameter must implement ICondition. This parameter may also be NULL, which is equivalent to being empty.

-param cco [in]

Type: CONDITION_CREATION_OPTIONS

The condition creation operation of the leaf condition as the CONDITION_CREATION_OPTIONS enumeration.

-param riid [in]

Type: REFIID

The desired IID of the enumerating interface: either IEnumUnknown, IID_IEnumVARIANT, or (for a negation condition) IID_ICondition.

-param ppv [out]

Type: void**

A collection of zero or more ICondition and ICondition2 objects.

-returns

Type: HRESULT

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

-remarks

For default options, use the CONDITION_CREATION_DEFAULT flag.

-see-also

CONDITION_CREATION_OPTIONS

CONDITION_OPERATION

CONDITION_TYPE

ICondition

ICondition2

IConditionFactory

IConditionFactory2

Reference