ACX_TARGET_CIRCUIT_CONFIG - NtDoc

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

typedef struct _ACX_TARGET_CIRCUIT_CONFIG {
  ULONG     Size;
  ULONG     Flags;
  WDFSTRING SymbolicLinkName;
} ACX_TARGET_CIRCUIT_CONFIG, *PACX_TARGET_CIRCUIT_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxtargets-acx_target_circuit_config)

Description

The ACX_TARGET_CIRCUIT_CONFIG structure is used to define the target circuit configuration.

Members

Size

The length, in bytes, of this structure.

Flags

Target circuit configuration flags defined by the ACX_TARGET_CIRCUIT_CONFIG enum.

No flag bits are currently defined. Set this member to zero - AcxTargetCircuitConfigNoFlags

SymbolicLinkName

Pointer to a Unicode string that contains the name of the symbolic link for the circuit configuration.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also