ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS列舉 (acxmanager.h)

ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS列舉可用來設定音訊類別延伸模組 (ACX) 管理員所使用的複合範本屬性。

Syntax

typedef enum _ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS {
  AcxCompositeTemplateConfigNoFlags,
  AcxCompositeTemplateConfigPrivate,
  AcxCompositeTemplateConfigSingleton,
  AcxCompositeTemplateConfigValidFlags
} ACX_COMPOSITE_TEMPLATE_CONFIG_FLAGS;

常數

 
AcxCompositeTemplateConfigNoFlags
表示沒有設定旗標。
AcxCompositeTemplateConfigPrivate
僅供內部使用,請勿使用。
AcxCompositeTemplateConfigSingleton
表示複合範本代表複合單一,因此不會在系統中重複。
AcxCompositeTemplateConfigValidFlags
針對內部驗證,請勿使用 。

備註

ACX 需求

最低 ACX 版本: 1.0

如需 ACX 版本的詳細資訊,請參閱 ACX 版本概觀

規格需求

需求
標頭 acxmanager.h

另請參閱