IWSDDeviceHostNotify::GetService (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a service object that is not currently registered.
Syntax
HRESULT GetService(
LPCWSTR pszServiceId,
IUnknown** ppService
);
Parameters
- pszServiceId
[in] The ID of the service to be produced.
- ppService
[out] A reference to an IWSDServiceProxy object for the specified service.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |