Platform SDK: Quality of Service |
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;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Ntddpsch.h.