AcxTargetCircuitGetSymbolicLinkName - NtDoc

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

WDFSTRING AcxTargetCircuitGetSymbolicLinkName(
  [in] ACXTARGETCIRCUIT TargetCircuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetcircuitgetsymboliclinkname)

Description

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

Parameters

TargetCircuit [in]

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.

See also