StorPortQueryDepthSList 函式 (storport.h)
擷取 Storport 受管理連結清單中的項目數。
語法
ULONG StorPortQueryDepthSList(
[in] PVOID HwDeviceExtension,
[in, out] PSTOR_SLIST_HEADER SListHead,
[out] PSHORT Result
);
參數
[in] HwDeviceExtension
主機總線適配卡的硬體裝置擴充功能指標, (HBA) 。
[in, out] SListHead
STOR_SLIST_HEADER 結構的指標,表示單向連結清單的前端。 此結構被視為不透明,且僅供 Storport 驅動程式使用。
[out] Result
接收清單深度計數之 SHORT 值的指標。
傳回值
StorPortQueryDepthSList 會傳回下列其中一個狀態代碼:
傳回碼 | Description |
---|---|
|
此函式不會在作用中的操作系統上實作。 |
|
已成功傳回清單深度。 |
|
SListHead 或 Result 中的指標為 NULL。 |
備註
由於 StorPortQueryDepthSList 未交集,因此當多個線程在清單中運作時, 傳回 Result 所指向的清單深度值在 中並不可靠。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 從 Windows 8 開始提供。 |
目標平台 | Universal |
標頭 | storport.h (包含 Storport.h) |
IRQL | <= DISPATCH_LEVEL |