Custom Service Configurations (Windows CE 5.0)
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
Kernel Transport Services | Application Transport Services | Kernel Download Services | Application Download Services
Send Feedback on this topic to the authors