StorPortTerminateSystemThread 函数 (storport.h)

StorPortTerminateSystemThread 终止当前系统线程。

语法

void StorPortTerminateSystemThread(
  [in]          PVOID HwDeviceExtension,
  [in/optional] PVOID ThreadContext
);

参数

[in] HwDeviceExtension

指向微型端口的硬件设备扩展的指针。

[in/optional] ThreadContext

指向之前调用 StorPortCreateSystemThread 时收到的线程上下文的指针。

返回值

备注

微型端口创建的系统线程调用 StorPortTerminateSystemThread 来终止自身。 创建自己的线程的微型端口必须确保每个此类线程都终止。 微型端口不得终止系统或其他驱动程序创建的任何线程。

要求

要求
最低受支持的服务器 Windows Server 2022
标头 storport.h

另请参阅

StorPortCreateSystemThread