AcxStreamStopIo macro (acxstreams.h)
The AcxStreamStopIo function is used to stop the IO for a stream.
Syntax
void AcxStreamStopIo(
Stream,
Flags
);
Parameters
Stream
An existing ACXSTREAM Object. For more information, see ACX - Summary of ACX Objects.
Flags
Set to AcxStopIoNoFlags.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |
IRQL | PASSIVE_LEVEL |