Share via


IWSDServiceProxy::GetEndpointProxy (Compact 2013)

3/26/2014

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

See Also

Reference

IWSDServiceProxy
Web Services on Devices Interfaces