AcxManagerRemoveCompositeTemplate function (acxmanager.h)

The AcxManagerRemoveCompositeTemplate function removes the specified composite template from the specified ACXMANAGER.

Syntax

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

Parameters

[in] Manager

The ACXMANAGER from which the specified Template is removed.

[in] Template

The composite template to remove from 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

When a composite template is removed, all endpoints associated with that composite template are also stopped and removed.

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