// acxpin.h
typedef enum _ACX_JACK_CONFIG_FLAGS {
AcxJackConfigNoFlags,
AcxJackConfigJackDetection,
AcxJackConfigValidFlags
} ACX_JACK_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_CONFIG_FLAGS enumeration is used to describe the properties of a physical jack to an audio class extension (ACX).
AcxJackConfigNoFlagsIndicates that there are no flags set.
AcxJackConfigJackDetectionIndicates if the audio hardware can detect whether a device is plugged in.
AcxJackConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.