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_REASON enumeration indicates the reason for a change in a flow's bandwidth.
Syntax
typedef enum _QOS_FLOWRATE_REASON {
QOSFlowRateNotApplicable = 0,
QOSFlowRateContentChange = 1,
QOSFlowRateCongestion = 2,
QOSFlowRateHigherContentEncoding = 3,
QOSFlowRateUserCaused = 4
} QOS_FLOWRATE_REASON, *PQOS_FLOWRATE_REASON;
Constants
QOSFlowRateNotApplicableValue: 0 Indicates that there has not been a change in the flow. |
QOSFlowRateContentChangeValue: 1 Indicates that the content of a flow has changed. |
QOSFlowRateCongestionValue: 2 Indicates that the flow has changed due to congestion. |
QOSFlowRateHigherContentEncodingValue: 3 |
QOSFlowRateUserCausedValue: 4 Indicates that the user has caused the flow to change. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | qos2.h |