| Platform SDK: Quality of Service | 
The PS_DRRSEQ_STATS structure provides network interface card (NIC) and packet sequencer–packet shaper statistics. Note that the PS_DRRSEQ_STATS structure is used in conjunction with the PS_COMPONENT_STATS structure.
typedef struct _PS_DRRSEQ_STATS {
  ULONG  MaxPacketsInNetcard;
  ULONG  AveragePacketsInNetcard;
  ULONG  MaxPacketsInSequencer;
  ULONG  AveragePacketsInSequencer;
  ULONG  NonconformingPacketsTransmitted;
} PS_DRRSEQ_STATS, *PPS_DRRSEQ_STATS;
  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Ntddpsch.h.