AcxStreamResumeIoWithTag 宏 (acxstreams.h)

AcxStreamResumeIoWithTag 函式可用來在串流 IO 停止之後繼續數據流的 IO。 它類似於 AcxStreamResumeIo 函式,但可讓您使用提供其他診斷資訊的 Tag。

語法

void AcxStreamResumeIoWithTag(
  [in]            Stream,
  [in, optional]  Tag
);

參數

[in] Stream

現有的 ACXSTREAM 物件。 如需詳細資訊,請參閱 ACX - ACX 物件的摘要

[in, optional] Tag

選擇性標記,這是架構隨附於診斷追蹤的驅動程式定義值。

傳回值

備註

範例

範例使用方式如下所示。


    //
    // Resume stream IO after it was stopped with AcxStreamStopIoWithTag.
    //
    status = AcxStreamResumeIoWithTag(stream, (PVOID)this);

ACX 需求

最小 ACX 版本: 1.0

如需 ACX 版本的詳細資訊,請參閱 ACX 版本概觀

規格需求

需求
標頭 acxstreams.h
IRQL PASSIVE_LEVEL

另請參閱