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 结构的指针。

返回值

没有

要求

要求 价值
目标平台 普遍
标头 storport.h (包括 Storport.h)

另请参阅

InitializeListHead

StorPortInterlockedInsertHeadList

StorPortInterlockedInsertTailList

StorPortInterlockedRemoveHeadList