ICcServiceConfigure::GetServiceParamsShort (Windows Embedded CE 6.0)
1/5/2010
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 |