ACX_JACK_GEN_LOCATION - NtDoc

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

NtDoc

No description available.

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

Description

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.

Constants

AcxGenLocPrimaryBox

Indicates that the jack is located on the primary chassis of the system.

AcxGenLocInternal

Indicates that the jack is located inside the primary chassis in the system.

AcxGenLocSeparate

Indicates that the jack is located on a separate chassis from the primary box.

AcxGenLocOther

Indicates that the jack is located somewhere other than the locations defined by this enum.

AcxJackGenLocationMaximum

For internal validation, do not use.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also