NdisQueryDepthSList 宏 (ndis.h)
NdisQueryDepthSList 函数返回给定序列单一链接列表中的当前条目数。
语法
void NdisQueryDepthSList(
[in] SListHead
);
参数
[in] SListHead
指向要查询的 S 列表的头的指针,调用方已使用 NdisInitializeSListHead 初始化该标头。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | NDIS 6.0 和 NDIS 5.1 驱动程序支持 (请参阅 Windows Vista 中的 NdisQueryDepthSList (NDIS 5.1) ) 。 NDIS 5.1 驱动程序支持 (请参阅 Windows XP 中的 NdisQueryDepthSList (NDIS 5.1) ) 。 |
目标平台 | 桌面 |
标头 | ndis.h (包括 Ndis.h) |
IRQL | <= DISPATCH_LEVEL |
DDI 符合性规则 | Irql_Miscellaneous_Function (ndis) |