Platform SDK: Quality of Service

PS_SHAPER_STATS

The PS_SHAPER_STATS structure provides statistical packet shaper information about the computer's Windows 2000 packet shaper component. Note that the PS_SHAPER_STATS structure is used in conjunction with the PS_COMPONENT_STATS structure.

typedef struct _PS_SHAPER_STATS {
  ULONG  MaxPacketsInShaper;
  ULONG  AveragePacketsInShaper;
} PS_SHAPER_STATS, *PPS_SHAPER_STATS;

Members

MaxPacketsInShaper
Maximum number of packets that have been in the packet shaper for the flow or interface.
AveragePacketsInShaper
Average number of packets that have been in the packet shaper for the flow or interface.

Requirements

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