QOS_SET_FLOW enumeration (qos2.h)
The QOS_SET_FLOW enumeration indicates what is being changed about a flow.
Syntax
typedef enum _QOS_SET_FLOW {
QOSSetTrafficType = 0,
QOSSetOutgoingRate = 1,
QOSSetOutgoingDSCPValue = 2
} QOS_SET_FLOW, *PQOS_SET_FLOW;
Constants
QOSSetTrafficType Value: 0 Indicates that the traffic type of the flow will change. |
QOSSetOutgoingRate Value: 1 Indicates that the flow rate will change. |
QOSSetOutgoingDSCPValue Value: 2 Windows 7, Windows Server 2008 R2, and later: Indicates that the outgoing DSCP value will change. Note This setting requires the calling application be a member of the Administrators or the Network Configuration Operators group. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | qos2.h |