QOS_FLOWRATE_REASON enumeration (qos2.h)
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
QOSFlowRateNotApplicable Value: 0 Indicates that there has not been a change in the flow. |
QOSFlowRateContentChange Value: 1 Indicates that the content of a flow has changed. |
QOSFlowRateCongestion Value: 2 Indicates that the flow has changed due to congestion. |
QOSFlowRateHigherContentEncoding Value: 3 |
QOSFlowRateUserCaused Value: 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 |