IConfigManager (Compact 2013)

3/26/2014

This interface configures settings on Windows Embedded Compact devices that are in use by users.

Methods

Remarks

You can configure settings on a device by first deploying an Provisioning XML Document to that device and then using this interface to process the XML. The XML file must correspond to the schema defined in a particular configuration service provider (CSP).

You can also use IConfigManager with an Open Mobile Alliance (OMA) Client Provisioning (OMA-CP) XML file to configure default Control Panel settings for Control Panel with Customizable UI.

When to Implement

Implement this interface in an application that processes XML to configure settings on the device.

Obtaining a Pointer

To obtain a pointer to this interface, call CoInitializeEx and then call CoCreateInstance.

Requirements

Header

cfgmgr.h

sysgen

SYSGEN_CONFIGMGR

See Also

Reference

Configuration Manager Interfaces
Configuration Service Provider Reference