// acxpin.h
typedef enum _ACX_JACK_PORT_CONNECTION {
AcxPortConnJack,
AcxPortConnIntegratedDevice,
AcxPortConnBothIntegratedAndJack,
AcxPortConnUnknown
} ACX_JACK_PORT_CONNECTION, *PACX_JACK_PORT_CONNECTION;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_PORT_CONNECTION enumeration is used by the ACX_JACK_DESCRIPTION structure and specifies the type of port represented by the jack.
AcxPortConnJackIndicates that the port type is a physical jack.
AcxPortConnIntegratedDeviceIndicates that the port type is a slot for an integrated device.
AcxPortConnBothIntegratedAndJackIndicates that the port type is both a jack and a slot for an integrated device.
AcxPortConnUnknownIndicates that the port type is unknown.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.