AcxPinGetId function (acxpin.h)
The AcxPinGetId function returns the ID for the specified pin.
Syntax
ULONG AcxPinGetId(
ACXPIN AcxPin
);
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.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
IRQL | <= DISPATCH_LEVEL |
See also
- [acxpin.h header](index.md)