Share via


IWSDEndpointProxy::GetFaultInfo (Compact 2013)

3/26/2014

This method retrieves information on the last received fault.

Syntax

HRESULT GetFaultInfo(
  WSD_SOAP_FAULT** ppFault
);

Parameters

  • ppFault
    [out] Pointer to a pointer to a WSD_SOAP_FAULT structure containing the SOAP fault information.

Return Value

The following table shows the possible error code return values.

Error code

Description

S_OK

This method completed successfully.

E_POINTER

ppFault is NULL.

Remarks

The fault information returned in ppFault must be released with WSDFreeLinkedMemory when it is no longer required for use.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDEndpointProxy
Web Services on Devices Interfaces