Platform SDK: Quality of Service

PS_CONFORMER_STATS

The PS_CONFORMER_STATS structure provides statistical packet shaper information about a particular flow. Note that the PS_CONFORMER_STATS structure is used in conjunction with the PS_COMPONENT_STATS structure.

typedef struct _PS_CONFORMER_STATS {
  ULONG       NonconformingPacketsScheduled;
} PS_CONFORMER_STATS, *PPS_CONFORMER_STATS;

Members

NonconformingPacketsScheduled
Number of nonconforming packets that have been scheduled on the flow or interface.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Ntddpsch.h.