Service Provider Ordering

The order in which transport service providers are initially installed governs the order in which they are enumerated through WSCEnumProtocols at the service provider interface, or through WSAEnumProtocols at the application interface. More importantly, this order also governs the order in which protocols and service providers are considered when a client requests creation of a socket based on its address family, type, and protocol identifier. Windows Sockets 2 includes an applet called SPORDER.EXE that allows the catalog of installed protocols to be re-ordered interactively after protocols have already been installed. Windows Sockets 2 also includes an auxiliary DLL, SPORDER.DLL, that exports a procedural interface for re-ordering protocols. This procedural interface consists of a single procedure called WSCWriteProviderOrder.

The interface definition may be imported into a C or C++ program by means of the include file SPORDER.H. The entry point may be linked by means of the lib file SPORDER.LIB. The actual procedure specification is given in the following section.