IWSDDeviceHostNotify::GetService (Compact 2013)
3/26/2014
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 |