AcxTargetCircuitGetSymbolicLinkName function (acxtargets.h)

The AcxTargetCircuitGetSymbolicLinkName function retrieves the symbolic link name for the specifies ACX target circuit.

Syntax

WDFSTRING AcxTargetCircuitGetSymbolicLinkName(
  [in] ACXTARGETCIRCUIT TargetCircuit
);

Parameters

[in] TargetCircuit

The ACX target circuit for which to retrieve the symbolic link name.

Return value

Returns a string containing the symbolic link name for the ACX target circuit specified by the TargetCircuit parameter.

Remarks

ACX requirements

Minimum ACX version: 1.1

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

Requirements

Requirement Value
Header acxtargets.h
IRQL PASSIVE_LEVEL

See also