ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT - NtDoc

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

typedef struct _ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT {
  ULONG Size;
  ULONG Flags;
  GUID  CircuitUniqueId;
} ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT, *PACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acxcircuit-acx_factory_circuit_remove_circuit)

Description

The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure is used to remove ACX circuit factory circuits.

Members

Size

The length, in bytes, of this structure.

Flags

Bitwise OR of ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS

CircuitUniqueId

A GUID that is used to uniquely identify the circuit.

Remarks

ACX Manager initializes and sends this structure to an ACXFACTORYCIRCUIT when an existing ACXCIRCUIT object must be removed.

Drivers receive this structure in their ACXFACTORYCIRCUIT's callback as passing parameter.

For more information about ACX objects, see Summary of ACX Objects.

Example

Example pending.


ACX requirements

Minimum ACX version: 1.0

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

See also