ACX_TARGET_CIRCUIT_CONFIG_INIT - NtDoc

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

VOID ACX_TARGET_CIRCUIT_CONFIG_INIT(
  PACX_TARGET_CIRCUIT_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acx_target_circuit_config_init)

Description

The ACX_TARGET_CIRCUIT_CONFIG_INIT function initializes an ACX target circuit config structure.

Parameters

Config

A pointer to the ACX_TARGET_CIRCUIT_CONFIG structure that will be initialized.

Remarks

Example

    ACX_TARGET_CIRCUIT_CONFIG   targetCfg;

    //
    // Create a target circuit.
    //
    ACX_TARGET_CIRCUIT_CONFIG_INIT(&targetCfg);
    targetCfg.SymbolicLinkName  = m_TargetName;

ACX requirements

Minimum ACX version: 1.0

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

See also