AcxFactoryCircuitGetSymbolicLinkName - NtDoc

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

WDFSTRING AcxFactoryCircuitGetSymbolicLinkName(
  [in] ACXCIRCUIT Circuit
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxcircuit-acxfactorycircuitgetsymboliclinkname)

Description

The AcxFactoryCircuitGetSymbolicLinkName function retrieves the symbolic link name for the specified ACX factory circuit.

Parameters

Circuit [in]

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

Return value

Returns a string containing the symbolic link name for the ACX factory circuit object specified by the Circuit parameter.

Remarks

The symbolic link is valid:

  1. After the driver adds the circuit to the device, for single-circuit endpoints.
  2. When the ACX manager invokes ACX circuit initialization, for multi-circuit endpoints.

ACX requirements

Minimum ACX version: 1.1

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

See also