Installation Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following functions are implemented in Ws2.dll, and are intended to be used by applications that install Windows Sockets transport and namespace service providers on a machine. These functions neither affect currently running applications, nor are the changes made by these functions visible to currently running applications.

For all providers, a provider identifier is a GUID, which is generated by the developer of the provider (using the Uuidgen.exe utility) and supplied to Ws2.dll.

Function Description

WSCDeinstallProvider

Removes a service provider from the registry.

WSCEnumProtocols

Retrieves information about available transport protocols.

WSCInstallProvider

Registers a new service provider.

See Also

Concepts

Summary of SPI Functions