NDIS_RECEIVE_QUEUE_TYPE - NtDoc

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

typedef enum _NDIS_RECEIVE_QUEUE_TYPE {
  NdisReceiveQueueTypeUnspecified,
  NdisReceiveQueueTypeVMQueue,
  NdisReceiveQueueTypeMaximum
} NDIS_RECEIVE_QUEUE_TYPE, *PNDIS_RECEIVE_QUEUE_TYPE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_receive_queue_type)

_NDIS_RECEIVE_QUEUE_TYPE enumeration

Description

The NDIS_RECEIVE_QUEUE_TYPE enumeration identifies the type of a receive queue.

Constants

NdisReceiveQueueTypeUnspecified

The receive queue type is not specified.

NdisReceiveQueueTypeVMQueue

This value specifies a virtual machine (VM) receive queue.

NdisReceiveQueueTypeMaximum

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The NDIS_RECEIVE_QUEUE_TYPE enumeration is used in the QueueType member of the NDIS_RECEIVE_QUEUE_PARAMETERS and NDIS_RECEIVE_QUEUE_INFO structures.

See also

NDIS_RECEIVE_QUEUE_INFO

NDIS_RECEIVE_QUEUE_PARAMETERS