Edit

PS_CONFORMER_STATS structure (ntddpsch.h)

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.

Syntax

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

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