ACX_TARGET_CIRCUIT_CONFIG_FLAGS - NtDoc

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

typedef enum _ACX_TARGET_CIRCUIT_CONFIG_FLAGS {
  AcxTargetCircuitConfigNoFlags,
  AcxTargetCircuitConfigLazyDataLoad,
  AcxTargetCircuitConfigValidFlags
} ACX_TARGET_CIRCUIT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxtargets-acx_target_circuit_config_flags)

Description

The ACX_TARGET_CIRCUIT_CONFIG_FLAGS enumeration defines the config flags for the ACX target circuit.

Constants

AcxTargetCircuitConfigNoFlags

Indicates that no config flags are set.

AcxTargetCircuitConfigLazyDataLoad

Specifies to use lazy data loading.

AcxTargetCircuitConfigValidFlags

For internal validation, do not use.

Remarks

There are no flags currently defined for this type.

ACX requirements

Minimum ACX version: 1.0

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

See also