Share via


IWSDEndpointProxy::ProcessFault (Compact 2013)

3/26/2014

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

See Also

Reference

IWSDEndpointProxy
Web Services on Devices Interfaces