ACX_JACK_PORT_CONNECTION enumeration (acxpin.h)

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

Syntax

typedef enum _ACX_JACK_PORT_CONNECTION {
  AcxPortConnJack,
  AcxPortConnIntegratedDevice,
  AcxPortConnBothIntegratedAndJack,
  AcxPortConnUnknown
} ACX_JACK_PORT_CONNECTION, *PACX_JACK_PORT_CONNECTION;

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.

Requirements

Requirement Value
Header acxpin.h

See also

  • [acxpin.h header](index.md)