Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.73 KB

nf-ring-netringincrementindex.md

File metadata and controls

72 lines (55 loc) · 1.73 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.alt-api req.alt-loc targetos f1_keywords topic_type api_type api_location api_name
NF:ring.NetRingIncrementIndex
NetRingIncrementIndex function (ring.h)
Returns the next index value after the specified index value, wrapping around to the beginning of the ring buffer if necessary.
netvista
12/10/2021
NetRingIncrementIndex function
NetRingIncrementIndex
ring.h
netadaptercx.h
Universal
1.29
Any level as long as target memory is resident
Windows
NetRingIncrementIndex
ring/NetRingIncrementIndex
apiref
HeaderDef
ring.h
NetRingIncrementIndex

NetRingIncrementIndex function

-description

Returns the next index value after the specified index value, wrapping around to the beginning of the ring buffer if necessary.

-parameters

-param Ring [in]

A pointer to a NET_RING.

-param Index [in]

The index value to increment.

-returns

Returns the next index value after the specified index value, wrapping around to the beginning of the ring buffer if necessary.

-remarks

This routine is a convenient equivalent to calling NetRingAdvanceIndex with a Distance of 1.

-see-also

NET_RING

NetRingAdvanceIndex