NDIS_QOS_SQ_TYPE - NtDoc

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

typedef enum _NDIS_QOS_SQ_TYPE {
  NdisQosSqTypeUndefined,
  NdisQosSqTypeStandard,
  NdisQosSqTypeGFT,
  NdisQosSqTypeMax
} NDIS_QOS_SQ_TYPE, *PNDIS_QOS_SQ_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The NDIS_QOS_SQ_TYPE enumeration specifies the type of an NDIS Quality of Service (QoS) Scheduler Queue (SQ).

Constants

The following SQ types are defined:

NdisQosSqTypeUndefined

An undefined SQ type used for validation in code.

NdisQosSqTypeStandard

A standard (non-GFT) SQ.

NdisQosSqTypeGFT

Not currently in use.

NdisQosSqTypeMax

Used for validation in code.

Remarks

The NDIS_QOS_SQ_TYPE enumeration is a member of the NDIS_QOS_SQ_PARAMETERS, NDIS_QOS_SQ_ARRAY, and NDIS_QOS_SQ_STATS structures.

See also

NDIS_QOS_SQ_PARAMETERS

NDIS_QOS_SQ_ARRAY

NDIS_QOS_SQ_STATS

NDIS_QOS_OFFLOAD_CAPABILITIES