Share via


ICcDatastore

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This is the main interface through which the client obtains access to the datastore. It provides methods that support working with datastore objects.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Methods

The following tables show the methods for this interface. All datastore interfaces inherit the methods for the IUnknown, IDispatch, and ICcObject interfaces.

The following table shows the methods for the ICcDatastore interface.

Method Description

ICcDatastore::get_DeviceContainer

Retrieves a high-level device container that is not associated with any ICcPlatform object.

ICcDatastore::get_OSImageContainer

Retrieves a high-level run-time image container.

ICcDatastore::get_PackageContainer

Returns a package container from the datastore.

ICcDatastore::get_PlatformContainer

Returns a platform container from the datastore.

ICcDatastore::get_PropertyContainer

Retrieves a high-level property container for the datastore.

ICcDatastore::RegisterRefreshEvent

Registers the refresh event callback interface for notification.

ICcDatastore::Save

Saves the datastore to the file location specified in the datastore specification.

ICcDatastore::get_ServiceCategoryContainer

Retrieves a high-level service category container for the datastore.

ICcDatastore::UnregisterRefreshEvent

Unregisters the refresh event by referring to the cookie that was obtained using an ICcDatastore::RegisterRefreshEvent call.

ICcDatastore::get_Version

Returns the version of the datastore.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces