Share via


ICcServiceConfigure (Windows CE 5.0)

Send Feedback

This interface provides methods to configure core services.

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 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 Retrieves the type information for an object.
IDispatch::GetTypeInfoCount Retrieves the number of type information interfaces provided by an object, either zero (0) or 1.
IDispatch::Invoke Provides access to properties and methods exposed by an object.

The following table shows methods for the ICcServiceConfigure interface.

Method Description
ICcServiceConfigure::GetServiceParamsShort Returns a short version of the configuration parameters.
ICcServiceConfigure::Configure Initializes the service configuration.
ICcServiceConfigure::GetProperty Returns a value associated with a property within the specified service.
ICcServiceConfigure::SetProperty Sets a value associated with a property within the service.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcServiceConfigure.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.