ICcService (Compact 2013)
3/26/2014
Deprecated.
This interface provides methods to connect, disconnect, and manage Core Connectivity services. In addition, this interface provides support for OEMs to provide a custom Core Connectivity service implementation.
The ICcService interface provides methods and properties that:
- Initialize a service to a known good state
- Connect and disconnect a service from a device
- Support service lifetime functionality through external lock mechanisms
Methods
The following tables show the methods for this interface. The interface inherits the methods for the IUnknown and IDispatch 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 methods for the ICcService interface.
Method |
Description |
---|---|
Deprecated. Aborts a command uniquely identified by a specified cookie. |
|
Deprecated. Gets the service category ID. |
|
Deprecated. Gets the service CLSID. |
|
Deprecated. Establishes a connection for service between host and device. |
|
Deprecated. Gets the device ID of the device associated with a service. |
|
Deprecated. Disconnects the service. |
|
Deprecated. Returns the program state of the service. |
|
Deprecated. Initializes the service. |
|
Deprecated. Increments the lock count of the service. |
|
Deprecated. Decrements the lock count for the service. |
Requirements
Header |
ccservice.h |