Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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 |