// 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 referenceNo description available.
The ACX_TARGET_CIRCUIT_CONFIG structure is used to define the target circuit configuration.
SizeThe length, in bytes, of this structure.
FlagsTarget circuit configuration flags defined by the ACX_TARGET_CIRCUIT_CONFIG enum.
No flag bits are currently defined. Set this member to zero - AcxTargetCircuitConfigNoFlags
SymbolicLinkNamePointer to a Unicode string that contains the name of the symbolic link for the circuit configuration.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.