// acxcircuit.h
void AcxCircuitResumeIoWithTag(
Circuit,
Tag
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
CircuitAn existing ACXCIRCUIT object. For more information about ACX objects, see Summary of ACX Objects.
TagAn optional ObjectTag that is a driver-defined value that the framework stores as an identification tag for the ACX driver.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.