Article ID: 247111 - Last Review: October 30, 2006 - Revision: 2.1

HOW TO: Find QoS Templates

This article was previously published under Q247111

On This Page

Expand all | Collapse all

SUMMARY

This article describes how to find QoS templates. QoS templates are available so that when you have program types that require similar QoS parameters, you do not have to direct the QoS Service provider to prepare and invoke QoS capabilities for each one. Programs are in one category or another, so using QoS Templates allows you to choose a template that best resembles the required transmission characteristics that you need to QoS-enable your program.

Enumerating the QOS Templates

To discover which templates are available on a computer, you must enumerate the QOS templates. To do this, follow these steps:
  1. Call WSAGetQOSByName() with the lpQOS parameter set to NULL and a pointer to a structure of type WSABUF provided for the lpQOSName parameter.
  2. A list of available QoS template names is returned in the WSABUF structure pointed to by lpQOSName.
  3. Next, Select the appropriate template to service your program's QoS parameters.
QoS templates are also stored in the Registry in the following location:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2\QOS\GlobalQosTemplates



APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server
Keywords: 
kbenv kbhowto kbhowtomaster KB247111
 

Article Translations

 

Related Support Centers