// acxcircuit.h
VOID ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(
PACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT function initializes a ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure. No inputs are used with this function.
ParametersA pointer to a ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure that will be initialized.
NOTE: internal only, do not use.
Example usage is shown below.
ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT remParams;
m_CircuitRequested = false;
ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_INIT(&remParams);
remParams.CircuitUniqueId = m_CircuitUniqueId;
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.