NET_RING_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ringcollection.h

typedef enum _NET_RING_TYPE {
  NetRingTypePacket = 0,
  NetRingTypeFragment = 1,
  NetRingTypeDataBuffer
} NET_RING_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ringcollection-_net_ring_type)

_NET_RING_TYPE enumeration

Description

The NET_RING_TYPE enumeration defines types of net rings for a packet queue.

Constants

NetRingTypePacket:0

The NET_RING is a packet ring.

NetRingTypeFragment:1

The NET_RING is a fragment ring.

NetRingTypeDataBuffer

Reserved for system use.

Remarks

See also

Introduction to net rings

NET_RING