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_GEN_LOCATION enumeration is used by the ACX_JACK_DESCRIPTION structure to help describe the general location of an audio jack within a system.
Syntax
typedef enum _ACX_JACK_GEN_LOCATION {
AcxGenLocPrimaryBox,
AcxGenLocInternal,
AcxGenLocSeparate,
AcxGenLocOther,
AcxJackGenLocationMaximum
} ACX_JACK_GEN_LOCATION, *PACX_JACK_GEN_LOCATION;
Constants
AcxGenLocPrimaryBoxIndicates that the jack is located on the primary chassis of the system. |
AcxGenLocInternalIndicates that the jack is located inside the primary chassis in the system. |
AcxGenLocSeparateIndicates that the jack is located on a separate chassis from the primary box. |
AcxGenLocOtherIndicates that the jack is located somewhere other than the locations defined by this enum. |
AcxJackGenLocationMaximumFor internal validation, do not use. |
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxpin.h |