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