ACX_DEVICE_CONFIG_FLAGS - NtDoc

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

typedef enum _ACX_DEVICE_CONFIG_FLAGS {
  AcxDeviceConfigNoFlags,
  AcxDeviceConfigValidFlags
} ACX_DEVICE_CONFIG_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxdevice-acx_device_config_flags)

Description

The ACX_DEVICE_CONFIG_FLAGS enum defines values used to configure the audio class extension.

Constants

AcxDeviceConfigNoFlags

Indicates that no flags are set.

AcxDeviceConfigValidFlags

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