Share via


IWSDEndpointProxy::GetErrorInfo (Compact 2013)

3/26/2014

This method retrieves information on the last error.

Syntax

HRESULT GetErrorInfo(
  const LPCWSTR* ppszErrorInfo
);

Parameters

  • ppszErrorInfo
    [out] Pointer to a buffer containing the data for the last recorded error.

Return Value

The following table shows the possible error code return values.

Error code

Description

S_OK

This method completed successfully.

E_POINTER

ppszErrorInfo is NULL.

Remarks

The error information returned in ppszErrorInfo 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