ACX_COMPOSITE_TEMPLATE_CONFIG structure (acxmanager.h)
The ACX_COMPOSITE_TEMPLATE_CONFIG structure is used to configure a new ACX composite template object.
Syntax
typedef struct _ACX_COMPOSITE_TEMPLATE_CONFIG {
ULONG Size;
ULONG Flags;
ACXOBJECTBAG Properties;
} ACX_COMPOSITE_TEMPLATE_CONFIG, *PACX_COMPOSITE_TEMPLATE_CONFIG;
Members
Size
The size of all of the data in the ACX_COMPOSITE_TEMPLATE_CONFIG structure in bytes. This field is set by the ACX_COMPOSITE_TEMPLATE_CONFIG_INIT function.
Flags
A combination of values from the ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS enum that describe the composite template.
Properties
An optional ACXOBJECTBAG of composite template properties. Only for singleton composites.
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxmanager.h |