ACX_PIN_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxpin.h

typedef enum _ACX_PIN_TYPE {
  AcxPinTypeOther,
  AcxPinTypeSink,
  AcxPinTypeSource,
  AcxPinTypeMaximum
} ACX_PIN_TYPE, *PACX_PIN_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The ACX_PIN_TYPE enumeration is used by the ACX_PIN_CONFIG structure to indicate the type of a pin.

Constants

AcxPinTypeOther

Indicates that the pin type is not a sink nor a source.

AcxPinTypeSink

Indicates that the pin type is a sink.

AcxPinTypeSource

Indicates that the pin type is a source.

AcxPinTypeMaximum

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