AcxCompositeTemplateSetCoreCircuit - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxmanager.h

VOID AcxCompositeTemplateSetCoreCircuit(
  [in] ACXCOMPOSITETEMPLATE CompositeTemplate,
  [in] ACXCIRCUITTEMPLATE   CircuitTemplates
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxmanager-acxcompositetemplatesetcorecircuit)

Description

The AcxCompositeTemplateSetCoreCircuit function sets the core circuit template for the specified composite template.

Parameters

CompositeTemplate [in]

The composite template on which to set the core circuit template.

CircuitTemplates [in]

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.

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.

See also