// acxpin.h
typedef enum _ACX_PIN_TYPE {
AcxPinTypeOther,
AcxPinTypeSink,
AcxPinTypeSource,
AcxPinTypeMaximum
} ACX_PIN_TYPE, *PACX_PIN_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PIN_TYPE enumeration is used by the ACX_PIN_CONFIG structure to indicate the type of a pin.
AcxPinTypeOtherIndicates that the pin type is not a sink nor a source.
AcxPinTypeSinkIndicates that the pin type is a sink.
AcxPinTypeSourceIndicates that the pin type is a source.
AcxPinTypeMaximumFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.