AcxCircuitResumeIoWithTag - NtDoc

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

void AcxCircuitResumeIoWithTag(
  Circuit,
  Tag
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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.

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.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also