// acxpin.h
typedef enum _ACX_JACK_CONNECTION_TYPE {
AcxConnTypeUnknown,
AcxConnType3Point5mm,
AcxConnTypeQuarter,
AcxConnTypeAtapiInternal,
AcxConnTypeRCA,
AcxConnTypeOptical,
AcxConnTypeOtherDigital,
AcxConnTypeOtherAnalog,
AcxConnTypeMultichannelAnalogDIN,
AcxConnTypeXlrProfessional,
AcxConnTypeRJ11Modem,
AcxConnTypeCombination
} ACX_JACK_CONNECTION_TYPE, *PACX_JACK_CONNECTION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_CONNECTION_TYPE enumeration is used by the ACX_JACK_DESCRIPTION structure to describe the type of a physical connection jack.
AcxConnTypeUnknownIndicates that the connection type is unknown.
AcxConnType3Point5mmIndicates that the connection type is a 3.5 millimeter jack.
AcxConnTypeQuarterIndicates that the connection type is a quarter-inch jack.
AcxConnTypeAtapiInternalIndicates that the connection type is an ATAPI internal connector.
AcxConnTypeRCAIndicates that the connection type is an RCA jack.
AcxConnTypeOpticalIndicates that the connection type is an optical audio jack.
AcxConnTypeOtherDigitalIndicates that the connection type is some other type of digital audio jack not specifically defined by this enum.
AcxConnTypeOtherAnalogIndicates that the connection type is some other type of analog audio jack not specifically defined by this enum.
AcxConnTypeMultichannelAnalogDINIndicates that the connection type is a multichannel analog DIN connector.
AcxConnTypeXlrProfessionalIndicates that the connection type is an XLR jack.
AcxConnTypeRJ11ModemIndicates that the connection type is an RJ11 modem jack.
AcxConnTypeCombinationIndicates that the connection type is a combination jack.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.