Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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. |
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxpin.h |