Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The QOS object QOS_SHAPING_RATE specifies the uniform traffic shaping rate be applied to a given flow.
Syntax
typedef struct _QOS_SHAPING_RATE {
QOS_OBJECT_HDR ObjectHdr;
ULONG ShapingRate;
} QOS_SHAPING_RATE, *LPQOS_SHAPING_RATE;
Members
ObjectHdr
The QOS object QOS_OBJECT_HDR. The object type for this QOS object should be QOS_SHAPING_RATE.
ShapingRate
Unsigned 32-bit integer that specifies the uniform traffic shaping rate in bytes per second.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qos.h |