ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS - NtDoc

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

typedef enum _ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS {
  AcxFactoryCircitRemoveCircuitConfigNoFlags,
  AcxFactoryCircitRemoveCircuitConfigValidFlags
} ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxcircuit-acx_factory_circuit_remove_circuit_flags)

Description

The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS enumeration defines factory circuit remove flags.

Constants

AcxFactoryCircitRemoveCircuitConfigNoFlags

Indicates that no flags are set.

AcxFactoryCircitRemoveCircuitConfigValidFlags

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