Share via


ICcSvcHost::DisplayServices

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method displays the Target Connectivity dialog box Services Configuration.

Syntax

HRESULT DisplayServices(
  LPCOLESTR pwszDeviceId,
  LPCOLESTR pwszDefaultControl,
  LPCOLESTR pwszClientId
);

Parameters

  • pwszDeviceId
    [in] Default device name for the configuration dialog box.
  • pwszDefaultControl
    [in] Control (link) that should be activated by default.
  • pwszClientId
    [in] Client PID.

Return Value

The following table shows return values for this method.

Value Description

S_OK

This API call was successful.

E_INVALIDARG

The argument(s) is invalid.

E_FAIL

Return value for any other failure.

Requirements

Header ccsvchost.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Core Connectivity Interfaces