Share via


ICcServer (Compact 2013)

3/26/2014

Deprecated.

This interface is the primary interface for all high-level methods used to establish connection to the server.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

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

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 the methods of the ICcServer interface.

Method

Description

ICcServer::EnumerateConnections

Deprecated.

Returns an array of connection IDs that represent current active connections.

ICcServer::GetConnection

Deprecated.

Establishes a connection with a target device.

ICcServer::GetConnectionFromId

Deprecated.

Returns an active reference to a connection object, given an ID.

ICcServer::GetDatastore

Deprecated.

Returns an instance of a datastore object.

ICcServer::Locale

Deprecated.

Gets and sets the current locale.

Requirements

Header

ccserver.h

See Also

Reference

Core Connectivity Interfaces