acxfuncenum.h header

The acxfuncenum.h header is used by an ACX audio class extensions.

For more information, see:

Note

The ACX headers and libraries are not included in the WDK 10.0.22621.2428 (released October 24, 2023), but are available in previous versions, as well as the latest (25000 series builds) Insider Preview of the WDK. For more information about preview versions of the WDK, see Installing preview versions of the Windows Driver Kit (WDK).

acxfuncenum.h contains the following programming interfaces:

Functions

 
ACX_IS_FIELD_AVAILABLE

The ACX_IS_FIELD_AVAILABLE function enables you to query if the specified field is available in the specified ACX structure on the system.
ACX_IS_FUNCTION_AVAILABLE

The ACX_IS_FUNCTION_AVAILABLE function enables you to query if the specified ACX function is available on the system.
ACX_IS_STRUCTURE_AVAILABLE

The ACX_IS_STRUCTURE_AVAILABLE function enables you to query if the specified ACX structure is available on the system.d
ACX_STRUCTURE_SIZE

The ACX_STRUCTURE_SIZE functions gets the size, in bytes, of the specified ACX structure.

Enumerations

 
ACXFUNCENUM

The ACXFUNCENUM enum provides indexes into the table of ACX functions.
ACXSTRUCTENUM

The ACXSTRUCTENUM enum provides indexes into the table of ACX structures.