// acxpin.h
typedef enum _ACX_MICROPHONE_CONFIG_FLAGS {
AcxMicrophoneConfigNoFlags,
AcxMicrophoneConfigValidFlags
} ACX_MICROPHONE_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_MICROPHONE_CONFIG_FLAGS enumeration is used to configure a physical microphone.
AcxMicrophoneConfigNoFlagsIndicates that there are no flags set.
AcxMicrophoneConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.