// 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 referenceNo description available.
The ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure is used to remove ACX circuit factory circuits.
SizeThe length, in bytes, of this structure.
FlagsBitwise OR of ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT_FLAGS
CircuitUniqueIdA GUID that is used to uniquely identify the circuit.
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 pending.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.