Platform SDK: Quality of Service |
The QOS structure provides the means by which QOS-enabled applications can specify quality of service parameters for sent and received traffic on a particular flow.
typedef struct _QualityOfService { FLOWSPEC SendingFlowspec; // flowspec for data sending FLOWSPEC ReceivingFlowspec; // flowspec for data receiving WSABUF ProviderSpecific; // provider-specific parameters } QOS, FAR * LPQOS;
Most applications can fulfill their quality of service requirements without using the ProviderSpecific buffer. However, if the application must provide information not available with standard Windows 2000 QOS parameters, the ProviderSpecific buffer allows the application to provide additional parameters for RSVP and/or traffic control.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Winsock2.h.