IWSDServiceProxy::GetEndpointProxy (Windows Embedded CE 6.0)
1/6/2010
This method gets the endpoint proxy for the device.
Syntax
HRESULT GetEndpointProxy(
IWSDEndpointProxy** ppProxy
);
Parameters
- ppProxy
[out] Pointer to an IWSDEndpointProxy interface.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
E_POINTER |
ppProxy is NULL. |
Remarks
The endpoint proxy is provided if a fault was received for a prior request. The client can then call IWSDEndpointProxy::GetFaultInfo to determine the nature of the error.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |