ICcService::CLSID (Windows Embedded CE 6.0)
1/5/2010
This method gets the service CLSID for COM activation calls.
Syntax
HRESULT CLSID (
BSTR* pbstrServiceCLSID
);
Parameters
- pbstrServiceCLSID
[out, retval] Class ID for the targeted service.
Return Value
The following table shows return values for this method.
Value | Description |
---|---|
S_OK |
Indicates success. |
E_INVALIDARG |
Indicates invalid input arguments. |
Requirements
Header | ccservice.h |
Windows Embedded CE | Windows CE 5.0 and later |