ICcConnection
Other versions of this page are also available for the following:
8/27/2008
This interface provides access to methods for system, file, registry, and process launch-related operations associated with establishing a connection.
In Windows Embedded CE 6.0, this interface is deprecated.
Methods
The following tables show the methods for this interface. The interface inherits the methods for the IUnknown and IDispatchinterfaces.
The following table shows the methods for the IDispatch interface.
Method | Description |
---|---|
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. |
|
Retrieves the type information for an object. |
|
Retrieves the number of type information interfaces provided by an object, either zero (0) or 1. |
|
Provides access to properties and methods exposed by an object. |
The following table shows methods for the ICcConnection interface.
Method | Description |
---|---|
Creates a connection to the device. |
|
Closes the handle on an active process. |
|
Creates a stream based on a stream ID. |
|
Deletes a specified directory. |
|
Gets the device ID associated with the connection. |
|
Disconnects a device. |
|
Downloads a specified package object. |
|
Describes active processes. |
|
Returns file attributes in a FileInfo structure. |
|
Returns the process exit code of a specified process. |
|
Returns the SystemInfo structure for a platform from a device. |
|
Determines if the connection is active. |
|
Creates a specified process on the device. |
|
Creates a specified directory on the device. |
|
Copies a file from the device to the desktop. |
|
Creates a new registry key. |
|
Deletes a registry key. |
|
Deletes a registry key value. |
|
Queries for a registry value. |
|
Sets a registry key value. |
|
Deletes a specified file on the device. |
|
Searches the file system. |
|
Copies a file from the desktop to the device. |
|
Sets file attributes in a FileInfo structure. |
|
Terminates a specified process on the device. |
|
Verifies that files are installed. |
Requirements
Header | ccconnection.h |