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

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

See Also

Reference

IWSDServiceProxy
Web Services on Devices Interfaces