Share via


IWSDEndpointProxy::ProcessFault (Windows Embedded CE 6.0)

1/6/2010

This method processes a SOAP fault retrieved by IWSDEndpointProxy::GetFaultInfo.

Syntax

HRESULT ProcessFault(
  const WSD_SOAP_FAULT* pFault
);

Parameters

  • pFault
    [in] Pointer to a WSD_SOAP_FAULT structure containing the fault data.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

E_POINTER

pFault is NULL.

E_FALSE

The fault was not stored in memory.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDEndpointProxy
Web Services on Devices Interfaces