// ringcollection.h typedef enum _NET_RING_TYPE { NetRingTypePacket = 0, NetRingTypeFragment = 1, NetRingTypeDataBuffer } NET_RING_TYPE;View the official Windows Driver Kit DDI reference
No description available.
The NET_RING_TYPE enumeration defines types of net rings for a packet queue.
NetRingTypePacket:0
The NET_RING is a packet ring.
NetRingTypeFragment:1
The NET_RING is a fragment ring.
NetRingTypeDataBuffer
Reserved for system use.
Introduction to net rings
NET_RING
View the official Windows Driver Kit DDI reference