// acxcircuit.h
VOID ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT(
PACX_FACTORY_CIRCUIT_ADD_CIRCUIT Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT function initializes a ACX_FACTORY_CIRCUIT_ADD_CIRCUIT structure. No inputs are used with this function.
ParametersAn initialized ACX_FACTORY_CIRCUIT_ADD_CIRCUIT structure that is used to store circuit information.
Example usage is shown below.
ACX_FACTORY_CIRCUIT_ADD_CIRCUIT addParams;
ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT(&addParams);
addParams.CircuitUniqueId = m_CircuitUniqueId;
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.