QOS_EVENT enumeration (tapi3if.h)
The QOS_EVENT enum describes quality of service (QOS) events. The ITQOSEvent::get_Event method returns a member of this enum to indicate the type of QOS event that occurred.
Syntax
typedef enum QOS_EVENT {
QE_NOQOS = 1,
QE_ADMISSIONFAILURE = 2,
QE_POLICYFAILURE = 3,
QE_GENERICERROR = 4,
QE_LASTITEM
} ;
Constants
QE_NOQOS Value: 1 QOS is not available. |
QE_ADMISSIONFAILURE Value: 2 The QOS request could not be met. |
QE_POLICYFAILURE Value: 3 The type of QOS requested is not supported. |
QE_GENERICERROR Value: 4 Unspecified QOS error. |
QE_LASTITEM |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |