// acxpin.h
typedef enum _ACX_JACK_GEN_LOCATION {
AcxGenLocPrimaryBox,
AcxGenLocInternal,
AcxGenLocSeparate,
AcxGenLocOther,
AcxJackGenLocationMaximum
} ACX_JACK_GEN_LOCATION, *PACX_JACK_GEN_LOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
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.
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.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.