ACX_JACK_SINK_INFO_CONNECTION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxpin-acx_jack_sink_info_connection_type)

Description

The ACX_JACK_SINK_INFO_CONNECTION_TYPE enumeration is used by the ACX_JACK_SINK_INFORMATION structure to specify the type of a connection.

Constants

AcxJackSinkInfoConnectionTypeHdmi

Indicates that the connection type is an HDMI jack.

AcxJackSinkInfoConnectionTypeDisplayPort

Indicates that the port type is a DisplayPort jack.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also