// acxpin.h
typedef enum _ACX_JACK_SINK_INFO_CONNECTION_TYPE {
AcxJackSinkInfoConnectionTypeHdmi,
AcxJackSinkInfoConnectionTypeDisplayPort
} ACX_JACK_SINK_INFO_CONNECTION_TYPE, *PACX_JACK_SINK_INFO_CONNECTION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_JACK_SINK_INFO_CONNECTION_TYPE enumeration is used by the ACX_JACK_SINK_INFORMATION structure to specify the type of a connection.
AcxJackSinkInfoConnectionTypeHdmiIndicates that the connection type is an HDMI jack.
AcxJackSinkInfoConnectionTypeDisplayPortIndicates that the port type is a DisplayPort jack.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.