AcxStreamResumeIoActual function (acxstreams.h)

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

Syntax

void AcxStreamResumeIoActual(
  [in]           ACXSTREAM Stream,
  [in, optional] PVOID     ObjectTag,
  [in]           LONG      Line,
  [in]           PCCH      File
);

Parameters

[in] Stream

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

[in, optional] ObjectTag

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

[in] Line

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

[in] File

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

Return value

None

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.

Requirements

Requirement Value
Header acxstreams.h
IRQL PASSIVE_LEVEL

See also