ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT structure (acxcircuit.h)

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

Syntax

typedef struct _ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT {
  ULONG Size;
  ULONG Flags;
  GUID  CircuitUniqueId;
} ACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT, *PACX_FACTORY_CIRCUIT_REMOVE_CIRCUIT;

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.

Requirements

Requirement Value
Header acxcircuit.h

See also