StorPortInitializeListHead 関数 (storport.h)

StorPortInitializeListHead ルーチンは、二重にリンクされたリストの先頭を表すSTOR_LIST_ENTRY構造体を初期化します。

構文

void StorPortInitializeListHead(
  [in]  PVOID            HwDeviceExtension,
  [out] PSTOR_LIST_ENTRY ListHead
);

パラメーター

[in] HwDeviceExtension

ホスト バス アダプター (HBA) のハードウェア デバイス拡張機能へのポインター。

[out] ListHead

リストの先頭を表す STOR_LIST_ENTRY 構造体へのポインター。

戻り値

なし

必要条件

要件
対象プラットフォーム ユニバーサル
Header storport.h (Storport.h を含む)

こちらもご覧ください

InitializeListHead

StorPortInterlockedInsertHeadList

StorPortInterlockedInsertTailList

StorPortInterlockedRemoveHeadList