NetRingGetFragmentAtIndex 函数 (ring.h)
NetRingGetFragmentAtIndex 函数从网络环中检索片段。
语法
NET_FRAGMENT * NetRingGetFragmentAtIndex(
NET_RING const *Ring,
UINT32 Index
);
参数
Ring
指向 NET_RING的指针。
Index
片段索引,在 [0 范围内,Ring-NumberOfElements>) 。
返回值
返回指向片段环中指定索引处 NET_FRAGMENT 的指针。
注解
此函数是 NetRingGetElementAtIndex 的便捷包装器。 客户端驱动程序应在使用片段环时调用此函数,而不是直接调用 NetRingGetElementAtIndex 。
要求
要求 | 值 |
---|---|
最低 UMDF 版本 | 2.33 |
标头 | ring.h |
IRQL | 只要目标内存是驻留的任意级别 |