STOR_THREAD_START_ROUTINE回调函数 (storport.h)

STOR_THREAD_START_ROUTINE 为存储微型端口创建的系统线程提供入口点。

语法

STOR_THREAD_START_ROUTINE StorThreadStartRoutine;

void StorThreadStartRoutine(
  [in] PVOID StartContext
)
{...}

参数

[in] StartContext

一个调用方提供的指针,指向在上一次调用 StorPortCreateSystemThreadStartContext 参数中指定的微型端口定义的上下文信息。 StartContext 可以为 NULL。

返回值

没有

要求

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

另请参阅

StorPortCreateSystemThread