ACX_TARGET_CIRCUIT_CONFIG structure (acxtargets.h)
The ACX_TARGET_CIRCUIT_CONFIG structure is used to define the target circuit configuration.
Syntax
typedef struct _ACX_TARGET_CIRCUIT_CONFIG {
ULONG Size;
ULONG Flags;
WDFSTRING SymbolicLinkName;
} ACX_TARGET_CIRCUIT_CONFIG, *PACX_TARGET_CIRCUIT_CONFIG;
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.
Requirements
Requirement | Value |
---|---|
Header | acxtargets.h |