// acxstreams.h
VOID AcxStreamResumeIoActual(
[in] ACXSTREAM Stream,
[in, optional] PVOID ObjectTag,
[in] LONG Line,
[in] PCCH File
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxStreamResumeIoActual function is used to resume IO for a stream.
Stream [in]A pointer to an existing ACXSTREAM Object. For more information, see ACX - Summary of ACX Objects.
ObjectTag [in, optional]An optional tag that is a driver-defined value that the framework includes with diagnostic tracing.
Line [in]The line number in the driver code that can be displayed for diagnostic purposes.
File [in]The file name in the driver code that can be displayed for diagnostic purposes.
Don't use this version of the resume IO call, but rather AcxStreamResumeIoWithTag.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.