NDIS_PD_QUEUE_TYPE - NtDoc

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

typedef enum {
  PDQueueTypeUnknown,
  PDQueueTypeReceive,
  PDQueueTypeTransmit,
  PDQueueTypeMax
} NDIS_PD_QUEUE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ndis-ndis_pd_queue_type)

NDIS_PD_QUEUE_TYPE enumeration

Description

The NDIS_PD_QUEUE_TYPE enumeration defines types of PacketDirect Provider Interface (PDPI) queues. Its enumeration values are used in the QueueType member of the NDIS_PD_QUEUE_PARAMETERS structure.

Constants

PDQueueTypeUnknown

The queue type is not known.

PDQueueTypeReceive

The queue is a receive queue.

PDQueueTypeTransmit

The queue is a transmit queue.

PDQueueTypeMax

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

See also

NDIS_PD_QUEUE_PARAMETERS

NdisPDAllocateQueue