AcxPinGetId - NtDoc

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

ULONG AcxPinGetId(
  ACXPIN AcxPin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxPinGetId function returns the ID for the specified pin.

Parameters

AcxPin

The pin for which to get the ID.

Return value

Returns a ULONG containing the ID value for AcxPin.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also