Share via


ICcDevice::ClearServiceMap

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method removes the map between the service information object and the service category for a device.

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

Syntax

HRESULT ClearServiceMap(
  BSTR in_bstrServiceCategoryID
);

Parameters

  • in_bstrServiceCategoryID
    [in] Service category to clear.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the service map was cleared.

E_INVALIDARG

Indicates an invalid parameter.

E_FAIL

Indicates a generic failure.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces