This method returns a short version of the configuration parameters.
HRESULT GetServiceParamsShort( BSTR*pbstrShortParams);
Parameters
- pbstrShortParams
[out, retval] A semicolon delimited string of all property values.
Return Values
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
OS Version: Windows CE 5.0 and later.
Header: CcServiceConfigure.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors