ACX_JACK_PORT_CONNECTION - NtDoc

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

NtDoc

No description available.

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

Description

The ACX_JACK_PORT_CONNECTION enumeration is used by the ACX_JACK_DESCRIPTION structure and specifies the type of port represented by the jack.

Constants

AcxPortConnJack

Indicates that the port type is a physical jack.

AcxPortConnIntegratedDevice

Indicates that the port type is a slot for an integrated device.

AcxPortConnBothIntegratedAndJack

Indicates that the port type is both a jack and a slot for an integrated device.

AcxPortConnUnknown

Indicates that the port type is unknown.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also