ICcConnection (Compact 2013)

3/26/2014

Deprecated.

This interface provides access to methods for system, file, registry, and process launch-related operations associated with establishing a connection.

In Windows Embedded Compact 2013, 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

IDispatch::GetIDsOfNames

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.

IDispatch::GetTypeInfo

Deprecated.

Retrieves the type information for an object.

IDispatch::GetTypeInfoCount

Deprecated.

Retrieves the number of type information interfaces provided by an object, either zero (0) or 1.

IDispatch::Invoke

Deprecated.

Provides access to properties and methods exposed by an object.

The following table shows methods for the ICcConnection interface.

Method

Description

ICcConnection::ConnectDevice

Deprecated.

Creates a connection to the device.

ICcConnection::CloseProcessHandle

Deprecated.

Closes the handle on an active process.

ICcConnection::CreateStream

Deprecated.

Creates a stream based on a stream ID.

ICcConnection::DeleteDirectory

Deprecated.

Deletes a specified directory.

ICcConnection::DeviceId

Gets the device ID associated with the connection.

ICcConnection::DisconnectDevice

Deprecated.

Disconnects a device.

ICcConnection::DownloadPackage

Deprecated.

Downloads a specified package object.

ICcConnection::EnumerateProcess

Deprecated.

Describes active processes.

ICcConnection::GetFileInfo

Deprecated.

Returns file attributes in a FileInfo structure.

ICcConnection::GetProcessExitCode

Deprecated.

Returns the process exit code of a specified process.

ICcConnection::GetSystemInfo

Deprecated.

Returns the SystemInfo structure for a platform from a device.

ICcConnection::IsConnected

Deprecated.

Determines if the connection is active.

ICcConnection::LaunchProcess

Deprecated.

Creates a specified process on the device.

ICcConnection::MakeDirectory

Deprecated.

Creates a specified directory on the device.

ICcConnection::ReceiveFile

Deprecated.

Copies a file from the device to the desktop.

ICcConnection::RegistryCreateKey

Deprecated.

Creates a new registry key.

ICcConnection::RegistyDeleteKey

Deprecated.

Deletes a registry key.

ICcConnection::RegistyDeleteValue

Deprecated.

Deletes a registry key value.

ICcConnection::RegistyQueryValue

Deprecated.

Queries for a registry value.

ICcConnection::RegistySetValue

Deprecated.

Sets a registry key value.

ICcConnection::RemoveFile

Deprecated.

Deletes a specified file on the device.

ICcConnection::SearchFileSystem

Deprecated.

Searches the file system.

ICcConnection::SendFile

Copies a file from the desktop to the device.

ICcConnection::SetFileInfo

Deprecated.

Sets file attributes in a FileInfo structure.

ICcConnection::TerminateProcess

Deprecated.

Terminates a specified process on the device.

ICcConnection::VerifyFilesInstalled

Deprecated.

Verifies that files are installed.

Requirements

Header

ccconnection.h

See Also

Reference

Core Connectivity Interfaces