AcxCompositeTemplateSetCoreCircuit function (acxmanager.h)
The AcxCompositeTemplateSetCoreCircuit function sets the core circuit template for the specified composite template.
Syntax
void AcxCompositeTemplateSetCoreCircuit(
[in] ACXCOMPOSITETEMPLATE CompositeTemplate,
[in] ACXCIRCUITTEMPLATE CircuitTemplates
);
Parameters
[in] CompositeTemplate
The composite template on which to set the core circuit template.
[in] CircuitTemplates
The circuit template to set as the core on the specified CompositeTemplate. This parameter is mistakenly named in the plural. It actually represents the single core circuit template.
Return value
None
Remarks
The core circuit gives the identity to the composite endpoint. If this circuit is not present, ACX manager doesn't start the endpoint building process.
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxmanager.h |
IRQL | <= DISPATCH_LEVEL |