Custom Service Configurations
Other versions of this page are also available for the following:
8/27/2008
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
Kernel Transport Services
Application Transport Services
Kernel Download Services
Application Download Services