// acxcircuit.h
VOID AcxCircuitResumeIoActual(
ACXCIRCUIT Circuit,
PVOID ObjectTag,
LONG Line,
PCCH File
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxCircuitResumeIoActual function is used to resume circuit I/O after it has been stopped.
CircuitAn existing ACXCIRCUIT circuit object. For more information about ACX objects, see Summary of ACX Objects.
ObjectTagAn optional ObjectTag that is a driver-defined value that the framework stores as an identification tag for the ACX driver.
LineThe Line number in the driver code that can be displayed for diagnostic purposes.
FileThe file name in the driver code that can be displayed for diagnostic purposes.
It is not recommended to use this version of the stop IO call, but rather AcxCircuitResumeIoWithTag macro as it provides additional diagnostic information by using a Tag.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.