Share via


Custom Service Configurations (Windows Embedded CE 6.0)

1/5/2010

If your service has unique properties to configure, ICcServiceConfigure allows you to customize a service configuration. This is an optional interface.

If a service has no custom configurations, the service does not need to implement this interface. The connectivity user interface calls IUnknown::QueryInterface to determine if a service supports custom configuration.

ICcServiceConfigure supports the following functionality:

  • Bringing up a custom user interface that displays all configuration properties
  • Persisting user-selected configuration properties in the datastore
  • Querying to determine if a service needs configuration

Services return configuration parameters as an XML string that clients can parse to display a custom UI.

See Also

Concepts

Core Connectivity Overview
Kernel Transport Services
Application Transport Services
Kernel Download Services
Application Download Services