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_NOTIFY_FLOW enumeration specifies the circumstances that must be present for the QOSNotifyFlow function to send a notification.
Syntax
typedef enum _QOS_NOTIFY_FLOW {
QOSNotifyCongested = 0,
QOSNotifyUncongested = 1,
QOSNotifyAvailable = 2
} QOS_NOTIFY_FLOW, *PQOS_NOTIFY_FLOW;
Constants
QOSNotifyCongestedValue: 0 Notifications will be sent when congestion is detected. If the flow is currently congested, a notification may be sent immediately. |
QOSNotifyUncongestedValue: 1 Notifications will be sent when the flow is not congested. If the flow is currently uncongested, a notification may be sent immediately. |
QOSNotifyAvailableValue: 2 Notifications will be sent when the flow's available capacity is sufficient to allow upgrading its bandwidth to a specified capacity. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | qos2.h |