次の方法で共有


ICcDatastore (Compact 2013)

3/26/2014

Deprecated.

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 Compact 2013, 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

Deprecated.

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

ICcDatastore::get_OSImageContainer

Deprecated.

Retrieves a high-level run-time image container.

ICcDatastore::get_PackageContainer

Deprecated.

Returns a package container from the datastore.

ICcDatastore::get_PlatformContainer

Returns a platform container from the datastore.

ICcDatastore::get_PropertyContainer

Deprecated.

Retrieves a high-level property container for the datastore.

ICcDatastore::RegisterRefreshEvent

Deprecated.

Registers the refresh event callback interface for notification.

ICcDatastore::Save

Deprecated.

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

Deprecated.

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

ICcDatastore::get_Version

Deprecated.

Returns the version of the datastore.

Requirements

Header

ccdatastore.h

See Also

Reference

Core Connectivity Datastore Interfaces
Core Connectivity Interfaces