Share via


ICcServiceConfigure::GetServiceParamsShort

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method returns a short version of the configuration parameters.

Syntax

HRESULT GetServiceParamsShort(
  BSTR* pbstrShortParams
);

Parameters

  • pbstrShortParams
    [out, retval] A semicolon delimited string of all property values.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates success.

E_INVALIDARG

Indicates pbstrShortParams is NULL.

E_FAIL

Indicates any other failure.

Requirements

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

See Also

Reference

Core Connectivity Interfaces