共用方式為


NetRingGetFragmentAtIndex 函式 (ring.h)

NetRingGetFragmentAtIndex 函式會從 net ring 擷取片段。

語法

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 只要目標記憶體是常駐的任何層級

另請參閱

NET_FRAGMENT

NetRingGetElementAtIndex