// acxtargets.h
WDFSTRING AcxTargetCircuitGetSymbolicLinkName(
[in] ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetCircuitGetSymbolicLinkName function retrieves the symbolic link name for the specifies ACX target circuit.
TargetCircuit [in]The ACX target circuit for which to retrieve the symbolic link name.
Returns a string containing the symbolic link name for the ACX target circuit specified by the TargetCircuit parameter.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.