ACX_COMPOSITE_TEMPLATE_CONFIG_INIT function (acxmanager.h)

The ACX_COMPOSITE_TEMPLATE_CONFIG_INIT function initializes an ACX_COMPOSITE_TEMPLATE_CONFIG structure.

Syntax

void ACX_COMPOSITE_TEMPLATE_CONFIG_INIT(
  [out] PACX_COMPOSITE_TEMPLATE_CONFIG Config
);

Parameters

[out] Config

A pointer to the ACX_COMPOSITE_TEMPLATE_CONFIG structure to initialize.

Return value

None

Remarks

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxmanager.h

See also