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_FLOWRATE_OUTGOING structure is used to set flow rate information in the QOSSetFlow function.
Syntax
typedef struct _QOS_FLOWRATE_OUTGOING {
UINT64 Bandwidth;
QOS_SHAPING ShapingBehavior;
QOS_FLOWRATE_REASON Reason;
} QOS_FLOWRATE_OUTGOING, *PQOS_FLOWRATE_OUTGOING;
Members
Bandwidth
The rate at which data should be sent, in units of bits per second.
Note Traffic on the network is measured at the IP level, and not at the application level. The rate that is specified should account for the IP and protocol headers.
ShapingBehavior
A QOS_SHAPING constant that defines the shaping behavior of the flow.
Reason
A QOS_FLOWRATE_REASON constant that indicates the reason for a flow rate change.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | qos2.h |