Condividi tramite


Funzione NetRingGetFragmentAtIndex (ring.h)

La funzione NetRingGetFragmentAtIndex recupera un frammento da un anello di rete.

Sintassi

NET_FRAGMENT * NetRingGetFragmentAtIndex(
  NET_RING const *Ring,
  UINT32         Index
);

Parametri

Ring

Puntatore a un NET_RING.

Index

Indice del frammento, compreso nell'intervallo [0, Ring-NumberOfElements>).

Valore restituito

Restituisce un puntatore al NET_FRAGMENT in corrispondenza dell'indice specificato nell'anello del frammento.

Commenti

Questa funzione è un pratico wrapper intorno a NetRingGetElementAtIndex. I driver client devono chiamare questa funzione quando si usa un anello di frammento anziché chiamare direttamente NetRingGetElementAtIndex .

Requisiti

Requisito Valore
Versione UMDF minima 2.33
Intestazione ring.h
IRQL Qualsiasi livello purché la memoria di destinazione sia residente

Vedi anche

NET_FRAGMENT

NetRingGetElementAtIndex