Platform SDK: Quality of Service

PS_ADAPTER_STATS

The PS_ADAPTER_STATS structure provides statistical packet shaper information about a specified adapter. Note that the PS_ADAPTER_STATS structure is used in conjunction with the PS_COMPONENT_STATS structure.

typedef struct _PS_ADAPTER_STATS {

  ULONG  OutOfPackets;
  ULONG  FlowsOpened;
  ULONG  FlowsClosed;
  ULONG  FlowsRejected;
  ULONG  FlowsModified;
  ULONG  FlowModsRejected;
  ULONG  MaxSimultaneousFlows;

} PS_ADAPTER_STATS, *PPS_ADAPTER_STATS;

Members

OutOfPackets
Number of instances in which the adapter had no packets to transmit on the specified adapter.
FlowsOpened
Number of flows opened on the adapter.
FlowsClosed
Number of flows closed on the adapter.
FlowsRejected
Number of flows that were rejected due to packet shaper constraints on the adapter.
FlowsModified
Number of flows that were modified on the adapter.
FlowModsRejected
Number of flow modifications that were rejected on the adapter due to packet shaper constraints.
MaxSimultaneousFlows
Maximum number of simultaneous flows.

Requirements

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