Core Connectivity Datastore Interfaces (Compact 2013)
3/26/2014
Deprecated.
The Core Connectivity infrastructure datastore interfaces support methods and properties that interact with the datastore.
All datastore interfaces follow standard COM/OLE enumeration interface rules.
The following table shows the Core Connectivity infrastructure datastore interfaces.
Programming element |
Description |
---|---|
Deprecated. Provides the collection object returned when clients want to enumerate objects. |
|
Deprecated. Serves as the main interface through which clients obtain access to the datastore. |
|
Deprecated. Represents a device object. |
|
Deprecated. Represents a device container object. |
|
Deprecated. Represents a file object. |
|
Deprecated. Represents a collection of file objects. |
|
Deprecated. Provides a collection of properties for device form factors at design-time. |
|
Deprecated. Represents a list of form factors that are stored per platform. |
|
Deprecated. Provides the fundamental object interface for the datastore. |
|
Deprecated. Provides the interface for elements that hold objects. |
|
Deprecated. Represents a run-time image. |
|
Deprecated. Represents a collection of run-time image objects. |
|
Deprecated. Represents a datastore package object. |
|
Deprecated. Represents a collection of datastore packages. |
|
Deprecated. Represents a package type. |
|
Deprecated. Represents a collection of package types. |
|
Deprecated. Represents a platform object. |
|
Deprecated. Represents a collection of platform objects. |
|
Deprecated. Represents a project object. |
|
Deprecated. Represents a collection of project objects. |
|
Deprecated. Represents a platform property object. |
|
Deprecated. Represents a collection of property objects. |
|
Deprecated. Represents a service that the datastore can access. |
|
Deprecated. Represents a collection of ICcServiceCategory interfaces. |
|
Deprecated. Represents a service information object. |
|
Deprecated. Represents a collection of ICcServiceInfo interfaces. |
|
Deprecated. Represents the type to architecture map. |
All datastore interfaces inherit the methods for the IUnknown, IDispatch, and ICcObject interfaces.
The following table shows the methods for the IDispatch interface.
Method |
Description |
---|---|
Deprecated. Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs). These identifiers can then be used on subsequent calls to IDispatch::Invoke. |
|
Deprecated. Retrieves the type information for an object. |
|
Deprecated. Retrieves the number of type information interfaces provided by an object, either zero (0) or 1. |
|
Deprecated. Provides access to properties and methods exposed by an object. |
The following table shows the methods of the ICcObject interface.
Method |
Description |
---|---|
Deprecated. Sets and retrieves the ID of a datastore object. The ID provides a language-neutral name for localization. |
|
Deprecated. Gets a flag indicating the object is protected. |
|
Deprecated. Sets and retrieves the name of a datastore object. |
|
Deprecated. Retrieves the property container of a datastore object. |