AcxStreamResumeIo macro (acxstreams.h)

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

Syntax

void AcxStreamResumeIo(
  [in]  Stream
);

Parameters

[in] Stream

An existing ACXSTREAM Object. For more information, see ACX - Summary of ACX Objects.

Return value

None

Remarks

It is not recommended to 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

acxstreams.h header AcxStreamResumeIoWithTag