AcxStreamStopIo - NtDoc

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

void AcxStreamStopIo(
  Stream,
  Flags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The AcxStreamStopIo function is used to stop the IO for a stream.

Parameters

Stream

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

Flags

Set to AcxStopIoNoFlags.

Remarks

Do not call AcxStreamStopIo from an I/O dispatched thread. This will cause a deadlock.

It is not recommended to use this version of the stop IO call, but rather AcxStreamStopIoWithTag.

ACX requirements

Minimum ACX version: 1.0

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

See also