Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.51 KB

nf-acxstreams-acxstreamstopio.md

File metadata and controls

71 lines (56 loc) · 1.51 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:acxstreams.AcxStreamStopIo
audio
AcxStreamStopIo
12/16/2022
Windows
The AcxStreamStopIo function is used to temporarily stop the IO for a stream.
false
function
acxstreams.h
PASSIVE_LEVEL
apiref
HeaderDef
acxstreams.h
AcxStreamStopIo
AcxStreamStopIo
acxstreams/AcxStreamStopIo
c++

-description

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

-parameters

-param Stream

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

-param 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