IWSDEndpointProxy::GetFaultInfo (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |