// acxmanager.h
typedef struct _ACX_COMPOSITE_TEMPLATE_CONFIG {
ULONG Size;
ULONG Flags;
ACXOBJECTBAG Properties;
} ACX_COMPOSITE_TEMPLATE_CONFIG, *PACX_COMPOSITE_TEMPLATE_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_COMPOSITE_TEMPLATE_CONFIG structure is used to configure a new ACX composite template object.
SizeThe 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.
FlagsA combination of values from the ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS enum that describe the composite template.
PropertiesAn optional ACXOBJECTBAG of composite template properties. Only for singleton composites.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.