AcxStreamResumeIoActual - NtDoc

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

VOID AcxStreamResumeIoActual(
  [in]           ACXSTREAM Stream,
  [in, optional] PVOID     ObjectTag,
  [in]           LONG      Line,
  [in]           PCCH      File
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxstreams-acxstreamresumeioactual)

Description

The AcxStreamResumeIoActual function is used to resume IO for a stream.

Parameters

Stream [in]

A pointer to an existing ACXSTREAM Object. For more information, see ACX - Summary of ACX Objects.

ObjectTag [in, optional]

An optional tag that is a driver-defined value that the framework includes with diagnostic tracing.

Line [in]

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

File [in]

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

Remarks

Don't use this version of the resume IO call, but rather AcxStreamResumeIoWithTag.

ACX requirements

Minimum ACX version: 1.0

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

See also