AcxCircuitResumeIoActual - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxcircuit.h

VOID AcxCircuitResumeIoActual(
  ACXCIRCUIT Circuit,
  PVOID      ObjectTag,
  LONG       Line,
  PCCH       File
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxcircuit-acxcircuitresumeioactual)

Description

The AcxCircuitResumeIoActual function is used to resume circuit I/O after it has been stopped.

Parameters

Circuit

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

ObjectTag

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

Line

The Line number in the driver code that can be displayed for diagnostic purposes.

File

The file name in the driver code that can be displayed for diagnostic purposes.

Remarks

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.

ACX requirements

Minimum ACX version: 1.0

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

See also