Edit

PS_ADAPTER_STATS structure (ntddpsch.h)

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.

Syntax

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

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