AcxCircuitResumeIoWithTag macro (acxcircuit.h)

The AcxCircuitResumeIoWithTag function is used to resume circuit I/O after it has been stopped. It is different from AcxCircuitResumeIo in that it can contain additional Tag parameter that is used to display diagnostic information.

Syntax

void AcxCircuitResumeIoWithTag(
   Circuit,
   Tag
);

Parameters

Circuit

An existing ACXCIRCUIT object. For more information about ACX objects, see Summary of ACX Objects.

Tag

An optional ObjectTag that is a driver-defined value that the framework stores as an identification tag for the ACX driver.

Return value

None

Remarks

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxcircuit.h
IRQL PASSIVE_LEVEL

See also