| Platform SDK: TAPI |
The QOS_SERVICE_LEVEL enum is used by the ITBasicCallControl::SetQOS method to indicate quality of service requirements for a call.
typedef enum QOS_SERVICE_LEVEL
{
QSL_BEST_EFFORT = 3,
QSL_IF_AVAILABLE = 2,
QSL_NEEDED = 1
} QOS_SERVICE_LEVEL;
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.