// acxpin.h
ACX_PIN_TYPE AcxPinGetType(
[in] ACXPIN AcxPin
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxPinGetType function returns the type of the specified pin.
AcxPin [in]The pin for which to get the type.
Returns a value from the ACX_PIN_TYPE enum.
The return value indicates if the pin is a source, a sink, or some other type.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.