Share via


IConMan

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

This interface creates a connection to the COM server for the Core Connectivity datastore.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Methods

The following table shows the methods defined in the IConman interface. Like all COM interfaces, this interface inherits from IUnknown.

Method Description

IConman::SetLocale

Sets the locale for the datastore.

IConman::SetRegistryRoot

Sets the registry root on the target machine.

IConman::CreateNewServerGuid

Maps a new target device endpoint to a server GUID in the cache.

IConman::GetServerGuidInfo

Retrieves an endpoint from a given GUID.

IConman::GetServerFromServerGuid

Retrieves a pointer to the server object interface used for connection to the datastore.

IConman::GetDeviceFromServerGuid

Retrieves a pointer to the device object interface, given the GUID of the server.

IConman::EnumerateServerGuids

Enumerates the GUIDs of servers with active connections that are currently cached by the conman server.

IConman::get_Datastore

Retrieves a pointer to the datastore object interface.

See Also

Reference

Core Connectivity Interfaces