ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT - NtDoc

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

VOID ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(
  PACX_TARGET_FACTORY_CIRCUIT_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT function initializes an ACX target factory circuit config structure.

Parameters

Config

A pointer to the ACX_TARGET_FACTORY_CIRCUIT_CONFIG structure that will be initialized.

Remarks

Example

    ACX_TARGET_FACTORY_CIRCUIT_CONFIG   targetCfg;
    ACXTARGETFACTORYCIRCUIT             target;

    ACX_TARGET_FACTORY_CIRCUIT_CONFIG_INIT(&targetCfg);
    targetCfg.SymbolicLinkName = m_SymbolicLinkName;

ACX requirements

Minimum ACX version: 1.0

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

See also