ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxmanager.h

typedef enum _ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS {
  AcxCompositeTemplateConfigNoFlags,
  AcxCompositeTemplateConfigPrivate,
  AcxCompositeTemplateConfigSingleton,
  AcxCompositeTemplateConfigValidFlags
} ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxmanager-acx_composite_template_config_flags)

Description

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.

Constants

AcxCompositeTemplateConfigNoFlags

Indicates that there are no flags set.

AcxCompositeTemplateConfigPrivate

For internal use only, do not use.

AcxCompositeTemplateConfigSingleton

Indicates that the composite template represents a composite singleton, so it does not repeat in the system.

AcxCompositeTemplateConfigValidFlags

For internal validation, do not use.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also