// acxpin.h
typedef enum _ACX_PIN_CONFIG_FLAGS {
AcxPinConfigNoFlags,
AcxPinConfigMicrophoneConfigSpecified,
AcxPinConfigNoDefaultDataFormatLists,
AcxPinConfigValidFlags
} ACX_PIN_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PIN_CONFIG_FLAGS enumeration specifies pin configuration settings used in the ACX_PIN_CONFIG structure.
AcxPinConfigNoFlagsIndicates that there are no flags set.
AcxPinConfigMicrophoneConfigSpecifiedIndicates that an ACX_MICROPHONE_CONFIG structure is available for this pin.
AcxPinConfigNoDefaultDataFormatListsIndicates that there are no default data format lists for this pin.
AcxPinConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.