STOR_THREAD_START_ROUTINE コールバック関数 (storport.h)

STOR_THREAD_START_ROUTINE は、記憶域ミニポート作成システム スレッドのエントリ ポイントを提供します。

構文

STOR_THREAD_START_ROUTINE StorThreadStartRoutine;

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

パラメーター

[in] StartContext

StorPortCreateSystemThread の以前の呼び出しで StartContext パラメーターで指定されたミニポート定義コンテキスト情報への呼び出し元から提供されたポインター。 StartContext には NULL を指定できます。

戻り値

なし

必要条件

要件
サポートされている最小のサーバー Windows Server 2022
Header storport.h

こちらもご覧ください

StorPortCreateSystemThread