Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxPinGetType function returns the type of the specified pin.
Syntax
ACX_PIN_TYPE AcxPinGetType(
[in] ACXPIN AcxPin
);
Parameters
[in] AcxPin
The pin for which to get the type.
Return value
Returns a value from the ACX_PIN_TYPE enum.
Remarks
The return value indicates if the pin is a source, a sink, or some other type.
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | <= DISPATCH_LEVEL |