// acxtargets.h
VOID ACX_TARGET_CIRCUIT_CONFIG_INIT(
PACX_TARGET_CIRCUIT_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_TARGET_CIRCUIT_CONFIG_INIT function initializes an ACX target circuit config structure.
ConfigA pointer to the ACX_TARGET_CIRCUIT_CONFIG structure that will be initialized.
ACX_TARGET_CIRCUIT_CONFIG targetCfg;
//
// Create a target circuit.
//
ACX_TARGET_CIRCUIT_CONFIG_INIT(&targetCfg);
targetCfg.SymbolicLinkName = m_TargetName;
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.