RtlQueryDepthSList 函式 (winnt.h)
擷取指定之單一連結清單中的項目數目。
語法
NTSYSAPI WORD RtlQueryDepthSList(
[in] PSLIST_HEADER ListHead
);
參數
[in] ListHead
SLIST_HEADER 結構的指標 ,代表單向連結清單的前端。 此結構僅供系統使用。
清單之前必須使用 InitializeSListHead 函式初始化。
傳回值
函式會傳回清單中的項目數。
備註
QueryDepthSList 函式的呼叫會轉送到 RtlQueryDepthSList 函式。 應用程式應該呼叫 QueryDepthSList ,而不是直接呼叫此函式。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | winnt.h (包括 Windows.h) |
程式庫 | ntdll.lib |
Dll | ntdll.dll |