// acxcircuit.h
WDFSTRING AcxFactoryCircuitGetSymbolicLinkName(
[in] ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxFactoryCircuitGetSymbolicLinkName function retrieves the symbolic link name for the specified ACX factory circuit.
Circuit [in]The ACX factory circuit for which to retrieve the symbolic link name.
Returns a string containing the symbolic link name for the ACX factory circuit object specified by the Circuit parameter.
The symbolic link is valid:
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.