Edit

PS_SHAPER_STATS structure (ntddpsch.h)

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

Syntax

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header ntddpsch.h

See also

FLOWSPEC

PS_COMPONENT_STATS