Platform SDK: Windows Sockets |
This section lists the parameters used for the quality of service (QOS).
/* * values used for the QOSClassForward and QOSClassBackward * field in struct ATM_QOS_CLASS_IE */ #define QOS_CLASS0 0x00 #define QOS_CLASS1 0x01 #define QOS_CLASS2 0x02 #define QOS_CLASS3 0x03 #define QOS_CLASS4 0x04 typedef struct { UCHAR QOSClassForward; UCHAR QOSClassBackward; } ATM_QOS_CLASS_IE;