ACX_DATAFORMAT_CONFIG_FLAGS - NtDoc

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

typedef enum _ACX_DATAFORMAT_CONFIG_FLAGS {
  AcxDataFormatConfigNoFlags,
  AcxDataFormatConfigValidFlags
} ACX_DATAFORMAT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxdataformat-acx_dataformat_config_flags)

Description

The ACX_DATAFORMAT_CONFIG_FLAGS enumeration is used to configure the properties of a data format used by an audio class extension (ACX) driver.

Constants

AcxDataFormatConfigNoFlags

Indicates that there are no flags set.

AcxDataFormatConfigValidFlags

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