AcxPinGetType - NtDoc

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

ACX_PIN_TYPE AcxPinGetType(
  [in] ACXPIN AcxPin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxpin-acxpingettype)

Description

The AcxPinGetType function returns the type of the specified pin.

Parameters

AcxPin [in]

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.

See also