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