AcxManagerAddCompositeTemplate function (acxmanager.h)

The AcxManagerAddCompositeTemplate function adds the specified composite template to the specified ACXMANAGER.

Syntax

NTSTATUS AcxManagerAddCompositeTemplate(
  [in] ACXMANAGER           Manager,
  [in] ACXCOMPOSITETEMPLATE Template
);

Parameters

[in] Manager

The ACXMANAGER to which the specified Template is added.

[in] Template

The composite template to add to the specified Manager.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Remarks

A composite template tells the ACX manager how to build a composite endpoint. For example, build an audio endpoint using two or more ACXCIRCUIT objects.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxmanager.h
IRQL PASSIVE_LEVEL

See also