AcxStreamResumeIo - NtDoc

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

void AcxStreamResumeIo(
  [in] Stream
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Parameters

Stream [in]

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

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.

See also

acxstreams.h header AcxStreamResumeIoWithTag