ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxcircuit.h

VOID ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT(
  PACX_FACTORY_CIRCUIT_ADD_CIRCUIT Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxcircuit-acx_factory_circuit_add_circuit_init)

Description

The ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT function initializes a ACX_FACTORY_CIRCUIT_ADD_CIRCUIT structure. No inputs are used with this function.

Parameters

Parameters

An initialized ACX_FACTORY_CIRCUIT_ADD_CIRCUIT structure that is used to store circuit information.

Remarks

Example

Example usage is shown below.

    ACX_FACTORY_CIRCUIT_ADD_CIRCUIT addParams;

    ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_INIT(&addParams);
    addParams.CircuitUniqueId = m_CircuitUniqueId;

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also