Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS enumeration is used to configure the properties of a composite template used by the audio class extension (ACX) manager.
Syntax
typedef enum _ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS {
AcxCompositeTemplateConfigNoFlags,
AcxCompositeTemplateConfigPrivate,
AcxCompositeTemplateConfigSingleton,
AcxCompositeTemplateConfigValidFlags
} ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS;
Constants
AcxCompositeTemplateConfigNoFlagsIndicates that there are no flags set. |
AcxCompositeTemplateConfigPrivateFor internal use only, do not use. |
AcxCompositeTemplateConfigSingletonIndicates that the composite template represents a composite singleton, so it does not repeat in the system. |
AcxCompositeTemplateConfigValidFlagsFor internal validation, do not use. |
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxmanager.h |